Package org.drinkless.tdlib
Class TdApi.ChatInviteLinkMembers
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatInviteLinkMembers
-
- Enclosing class:
- TdApi
public static class TdApi.ChatInviteLinkMembers extends TdApi.Object
Contains a list of chat members joined a chat via an invite link.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.ChatInviteLinkMember[]membersList of chat members, joined a chat via an invite link.inttotalCountApproximate total count of chat members found.
-
Constructor Summary
Constructors Constructor Description ChatInviteLinkMembers()Contains a list of chat members joined a chat via an invite link.ChatInviteLinkMembers(int totalCount, TdApi.ChatInviteLinkMember[] members)Contains a list of chat members joined a chat via an invite link.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
totalCount
public int totalCount
Approximate total count of chat members found.
-
members
public TdApi.ChatInviteLinkMember[] members
List of chat members, joined a chat via an invite link.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatInviteLinkMembers
public ChatInviteLinkMembers()
Contains a list of chat members joined a chat via an invite link.
-
ChatInviteLinkMembers
public ChatInviteLinkMembers(int totalCount, TdApi.ChatInviteLinkMember[] members)Contains a list of chat members joined a chat via an invite link.- Parameters:
totalCount- Approximate total count of chat members found.members- List of chat members, joined a chat via an invite link.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-