public static class TdApi.GetChatFolderInviteLinks extends TdApi.Function<TdApi.ChatFolderInviteLinks>
Returns ChatFolderInviteLinks
| Modifier and Type | Field and Description |
|---|---|
int |
chatFolderId
Chat folder identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
GetChatFolderInviteLinks()
Default constructor for a function, which returns invite links created by the current user for a shareable chat folder.
|
GetChatFolderInviteLinks(int chatFolderId)
Creates a function, which returns invite links created by the current user for a shareable chat folder.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int chatFolderId
public static final int CONSTRUCTOR
public GetChatFolderInviteLinks()
Returns ChatFolderInviteLinks
public GetChatFolderInviteLinks(int chatFolderId)
Returns ChatFolderInviteLinks
chatFolderId - Chat folder identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object