Class TdApi.UpdateNotification

Enclosing class:
TdApi

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

    • notificationGroupId

      public int notificationGroupId
      Unique notification group identifier.
    • notification

      public TdApi.Notification notification
      Changed notification.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • 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.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR