#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1119450395 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains information about an invite link to a chat folder.
Definition at line 13116 of file td_api.h.
◆ chatFolderInviteLinkInfo() [1/2]
| td::td_api::chatFolderInviteLinkInfo::chatFolderInviteLinkInfo |
( |
| ) |
|
Contains information about an invite link to a chat folder.
◆ chatFolderInviteLinkInfo() [2/2]
Contains information about an invite link to a chat folder.
- Parameters
-
| [in] | chat_folder_info_ | Basic information about the chat folder; chat folder identifier will be 0 if the user didn't have the chat folder yet. |
| [in] | missing_chat_ids_ | Identifiers of the chats from the link, which aren't added to the folder yet. |
| [in] | added_chat_ids_ | Identifiers of the chats from the link, which are added to the folder already. |
◆ store()
| void td::td_api::chatFolderInviteLinkInfo::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ added_chat_ids_
| array<int53> td::td_api::chatFolderInviteLinkInfo::added_chat_ids_ |
Identifiers of the chats from the link, which are added to the folder already.
Definition at line 13131 of file td_api.h.
◆ chat_folder_info_
Basic information about the chat folder; chat folder identifier will be 0 if the user didn't have the chat folder yet.
Definition at line 13127 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::chatFolderInviteLinkInfo::ID = 1119450395 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 13148 of file td_api.h.
◆ missing_chat_ids_
| array<int53> td::td_api::chatFolderInviteLinkInfo::missing_chat_ids_ |
Identifiers of the chats from the link, which aren't added to the folder yet.
Definition at line 13129 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h