public static class TdApi.GetChatInviteLinkMembers extends TdApi.Function<TdApi.ChatInviteLinkMembers>
Returns ChatInviteLinkMembers
| 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.
|
boolean |
onlyWithExpiredSubscription
Pass true if the link is a subscription link and only members with expired subscription must be returned.
|
| 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,
boolean onlyWithExpiredSubscription,
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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public java.lang.String inviteLink
public boolean onlyWithExpiredSubscription
public TdApi.ChatInviteLinkMember offsetMember
public int limit
public static final int CONSTRUCTOR
public GetChatInviteLinkMembers()
Returns ChatInviteLinkMembers
public GetChatInviteLinkMembers(long chatId,
java.lang.String inviteLink,
boolean onlyWithExpiredSubscription,
TdApi.ChatInviteLinkMember offsetMember,
int limit)
Returns ChatInviteLinkMembers
chatId - Chat identifier.inviteLink - Invite link for which to return chat members.onlyWithExpiredSubscription - Pass true if the link is a subscription link and only members with expired subscription must be returned.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()
TdApi.ObjectgetConstructor in class TdApi.Object