Class TdApi.UpdateChatViewAsTopics

Enclosing class:
TdApi

public static class TdApi.UpdateChatViewAsTopics extends TdApi.Update
A chat default appearance has changed.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • viewAsTopics

      public boolean viewAsTopics
      New value of viewAsTopics.
    • CONSTRUCTOR

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

    • UpdateChatViewAsTopics

      public UpdateChatViewAsTopics()
      A chat default appearance has changed.
    • UpdateChatViewAsTopics

      public UpdateChatViewAsTopics(long chatId, boolean viewAsTopics)
      A chat default appearance has changed.
      Parameters:
      chatId - Chat identifier.
      viewAsTopics - New value of viewAsTopics.
  • 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