public static class TdApi.CheckChatFolderInviteLink extends TdApi.Function<TdApi.ChatFolderInviteLinkInfo>
Returns ChatFolderInviteLinkInfo
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
inviteLink
Invite link to be checked.
|
| Constructor and Description |
|---|
CheckChatFolderInviteLink()
Default constructor for a function, which checks the validity of an invite link for a chat folder and returns information about the corresponding chat folder.
|
CheckChatFolderInviteLink(java.lang.String inviteLink)
Creates a function, which checks the validity of an invite link for a chat folder and returns information about the corresponding chat folder.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String inviteLink
public static final int CONSTRUCTOR
public CheckChatFolderInviteLink()
Returns ChatFolderInviteLinkInfo
public CheckChatFolderInviteLink(java.lang.String inviteLink)
Returns ChatFolderInviteLinkInfo
inviteLink - Invite link to be checked.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object