Module tdlight.api

Class TdApi.UpdateNotification

Enclosing class:
TdApi

public static final 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:
  • 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
      A notification was changed.
      Throws:
      IOException
  • Method Details