Class TdApi.ChatMembers

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.ChatMembers
Enclosing class:
TdApi

public static class TdApi.ChatMembers extends TdApi.Object
Contains a list of chat members.
  • Field Details

    • totalCount

      public int totalCount
      Approximate total number of chat members found.
    • members

      public TdApi.ChatMember[] members
      A list of chat members.
    • CONSTRUCTOR

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

    • ChatMembers

      public ChatMembers()
      Contains a list of chat members.
    • ChatMembers

      public ChatMembers(int totalCount, TdApi.ChatMember[] members)
      Contains a list of chat members.
      Parameters:
      totalCount - Approximate total number of chat members found.
      members - A list of chat members.
  • 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