public static class TdApi.GetChatsForChatFolderInviteLink extends TdApi.Function<TdApi.Chats>
Returns Chats
| Modifier and Type | Field and Description |
|---|---|
int |
chatFolderId
Chat folder identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
GetChatsForChatFolderInviteLink()
Default constructor for a function, which returns identifiers of chats from a chat folder, suitable for adding to a chat folder invite link.
|
GetChatsForChatFolderInviteLink(int chatFolderId)
Creates a function, which returns identifiers of chats from a chat folder, suitable for adding to a chat folder invite link.
|
| 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 GetChatsForChatFolderInviteLink()
Returns Chats
public GetChatsForChatFolderInviteLink(int chatFolderId)
Returns Chats
chatFolderId - Chat folder identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object