Class TdApi.ChatTypeBasicGroup

Enclosing class:
TdApi

public static class TdApi.ChatTypeBasicGroup extends TdApi.ChatType
A basic group (a chat with 0-200 other users).
  • Field Details

    • basicGroupId

      public long basicGroupId
      Basic group identifier.
    • CONSTRUCTOR

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

    • ChatTypeBasicGroup

      public ChatTypeBasicGroup()
      A basic group (a chat with 0-200 other users).
    • ChatTypeBasicGroup

      public ChatTypeBasicGroup(long basicGroupId)
      A basic group (a chat with 0-200 other users).
      Parameters:
      basicGroupId - Basic group identifier.
  • 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