Class TdApi.MessageChatAddedToCommunity

Enclosing class:
TdApi

public static class TdApi.MessageChatAddedToCommunity extends TdApi.MessageContent
The chat was added to a community.
  • Field Details

    • communityId

      public long communityId
      Identifier of the community to which the chat was added.
    • CONSTRUCTOR

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

    • MessageChatAddedToCommunity

      public MessageChatAddedToCommunity()
      The chat was added to a community.
    • MessageChatAddedToCommunity

      public MessageChatAddedToCommunity(long communityId)
      The chat was added to a community.
      Parameters:
      communityId - Identifier of the community to which the chat was added.
  • 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