Module tdlight.api

Class TdApi.UpdateChatNotificationSettings

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatNotificationSettings
Enclosing class:
TdApi

public static final class TdApi.UpdateChatNotificationSettings extends TdApi.Update
Notification settings for a chat were changed.
  • Field Details

  • Constructor Details

    • UpdateChatNotificationSettings

      public UpdateChatNotificationSettings()
      Notification settings for a chat were changed.
    • UpdateChatNotificationSettings

      public UpdateChatNotificationSettings(long chatId, TdApi.ChatNotificationSettings notificationSettings)
      Notification settings for a chat were changed.
      Parameters:
      chatId - long Chat identifier.
      notificationSettings - ChatNotificationSettings The new notification settings.
    • UpdateChatNotificationSettings

      public UpdateChatNotificationSettings(DataInput input) throws IOException
      Notification settings for a chat were changed.
      Throws:
      IOException
  • Method Details