Class TdApi.UpdateNotification

  • Enclosing class:
    TdApi

    public static class TdApi.UpdateNotification
    extends TdApi.Update
    A notification was changed.
    • Field Detail

      • notificationGroupId

        public int notificationGroupId
        Unique notification group identifier.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UpdateNotification

        public UpdateNotification()
        A notification was changed.
      • UpdateNotification

        public UpdateNotification​(int notificationGroupId,
                                  TdApi.Notification notification)
        A notification was changed.
        Parameters:
        notificationGroupId - Unique notification group identifier.
        notification - Changed notification.