public static class TdApi.ChatFolderInviteLinkInfo extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
long[] |
addedChatIds
Identifiers of the chats from the link, which are added to the folder already.
|
TdApi.ChatFolderInfo |
chatFolderInfo
Basic information about the chat folder; chat folder identifier will be 0 if the user didn't have the chat folder yet.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
missingChatIds
Identifiers of the chats from the link, which aren't added to the folder yet.
|
| Constructor and Description |
|---|
ChatFolderInviteLinkInfo()
Contains information about an invite link to a chat folder.
|
ChatFolderInviteLinkInfo(TdApi.ChatFolderInfo chatFolderInfo,
long[] missingChatIds,
long[] addedChatIds)
Contains information about an invite link to a chat folder.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatFolderInfo chatFolderInfo
public long[] missingChatIds
public long[] addedChatIds
public static final int CONSTRUCTOR
public ChatFolderInviteLinkInfo()
public ChatFolderInviteLinkInfo(TdApi.ChatFolderInfo chatFolderInfo, long[] missingChatIds, long[] addedChatIds)
chatFolderInfo - Basic information about the chat folder; chat folder identifier will be 0 if the user didn't have the chat folder yet.missingChatIds - Identifiers of the chats from the link, which aren't added to the folder yet.addedChatIds - Identifiers of the chats from the link, which are added to the folder already.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object