public static class TdApi.GetChatInviteLinkMembers extends TdApi.Function
Returns ChatInviteLinkMembers
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
inviteLink
Invite link for which to return chat members.
|
int |
limit
The maximum number of chat members to return; up to 100.
|
TdApi.ChatInviteLinkMember |
offsetMember
A chat member from which to return next chat members; pass null to get results from the beginning.
|
Constructor and Description |
---|
GetChatInviteLinkMembers()
Default constructor for a function, which returns chat members joined a chat via an invite link.
|
GetChatInviteLinkMembers(long chatId,
java.lang.String inviteLink,
TdApi.ChatInviteLinkMember offsetMember,
int limit)
Creates a function, which returns chat members joined a chat via an invite link.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public java.lang.String inviteLink
public TdApi.ChatInviteLinkMember offsetMember
public int limit
public static final int CONSTRUCTOR
public GetChatInviteLinkMembers()
Returns ChatInviteLinkMembers
public GetChatInviteLinkMembers(long chatId, java.lang.String inviteLink, TdApi.ChatInviteLinkMember offsetMember, int limit)
Returns ChatInviteLinkMembers
chatId
- Chat identifier.inviteLink
- Invite link for which to return chat members.offsetMember
- A chat member from which to return next chat members; pass null to get results from the beginning.limit
- The maximum number of chat members to return; up to 100.public int getConstructor()
getConstructor
in class TdApi.Function