Class TdApi.ChatEventSignMessagesToggled

Enclosing class:
TdApi

public static class TdApi.ChatEventSignMessagesToggled extends TdApi.ChatEventAction
The signMessages setting of a channel was toggled.
  • Field Details

    • signMessages

      public boolean signMessages
      New value of signMessages.
    • CONSTRUCTOR

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

    • ChatEventSignMessagesToggled

      public ChatEventSignMessagesToggled()
      The signMessages setting of a channel was toggled.
    • ChatEventSignMessagesToggled

      public ChatEventSignMessagesToggled(boolean signMessages)
      The signMessages setting of a channel was toggled.
      Parameters:
      signMessages - New value of signMessages.
  • 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