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
      See Also:
      Constant Field Values
  • Constructor Details

    • UpdateNotification

      public UpdateNotification()
      A notification was changed.
    • UpdateNotification

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

      public UpdateNotification​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details