Class TdApi.UpdateChatDefaultDisableNotification

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.Update
dev.voroby.springframework.telegram.client.TdApi.UpdateChatDefaultDisableNotification
Enclosing class:
TdApi

public static class TdApi.UpdateChatDefaultDisableNotification extends TdApi.Update
The value of the default disableNotification parameter, used when a message is sent to the chat, was changed.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • defaultDisableNotification

      public boolean defaultDisableNotification
      The new defaultDisableNotification value.
    • CONSTRUCTOR

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

    • UpdateChatDefaultDisableNotification

      public UpdateChatDefaultDisableNotification()
      The value of the default disableNotification parameter, used when a message is sent to the chat, was changed.
    • UpdateChatDefaultDisableNotification

      public UpdateChatDefaultDisableNotification(long chatId, boolean defaultDisableNotification)
      The value of the default disableNotification parameter, used when a message is sent to the chat, was changed.
      Parameters:
      chatId - Chat identifier.
      defaultDisableNotification - The new defaultDisableNotification value.
  • 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