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
      See Also:
      Constant Field Values
  • 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 - long Basic group identifier.
    • ChatTypeBasicGroup

      public ChatTypeBasicGroup​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details