#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| object_ptr< KeyboardButtonSource > | source_ |
| | Source of the button.
|
| |
| int32 | button_id_ |
| | Identifier of the button.
|
| |
| int53 | shared_chat_id_ |
| | Identifier of the shared chat.
|
| |
| bool | only_check_ |
| | Pass true to check that the chat can be shared by the button instead of actually sharing it. Doesn't check bot_is_member and bot_administrator_rights restrictions. If the bot must be a member, then all chats from getGroupsInCommon and all chats, where the user can add the bot, are suitable. In the latter case the bot will be automatically added to the chat. If the bot must be an administrator, then all chats, where the bot already has requested rights or can be added to administrators by the user, are suitable. In the latter case the bot will be automatically granted requested rights.
|
| |
|
| static const std::int32_t | ID = -917243698 |
| | Identifier uniquely determining a type of the object.
|
| |
Shares a chat after pressing a keyboardButtonTypeRequestChat button with the bot.
Returns object_ptr<Ok>.
Definition at line 134499 of file td_api.h.
◆ ReturnType
Typedef for the type returned by the function.
Definition at line 134541 of file td_api.h.
◆ shareChatWithBot() [1/2]
| td::td_api::shareChatWithBot::shareChatWithBot |
( |
| ) |
|
Default constructor for a function, which shares a chat after pressing a keyboardButtonTypeRequestChat button with the bot.
Returns object_ptr<Ok>.
◆ shareChatWithBot() [2/2]
Creates a function, which shares a chat after pressing a keyboardButtonTypeRequestChat button with the bot.
Returns object_ptr<Ok>.
- Parameters
-
| [in] | source_ | Source of the button. |
| [in] | button_id_ | Identifier of the button. |
| [in] | shared_chat_id_ | Identifier of the shared chat. |
| [in] | only_check_ | Pass true to check that the chat can be shared by the button instead of actually sharing it. Doesn't check bot_is_member and bot_administrator_rights restrictions. If the bot must be a member, then all chats from getGroupsInCommon and all chats, where the user can add the bot, are suitable. In the latter case the bot will be automatically added to the chat. If the bot must be an administrator, then all chats, where the bot already has requested rights or can be added to administrators by the user, are suitable. In the latter case the bot will be automatically granted requested rights. |
◆ store()
| void td::td_api::shareChatWithBot::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.
◆ button_id_
| int32 td::td_api::shareChatWithBot::button_id_ |
◆ ID
| const std::int32_t td::td_api::shareChatWithBot::ID = -917243698 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 134538 of file td_api.h.
◆ only_check_
| bool td::td_api::shareChatWithBot::only_check_ |
Pass true to check that the chat can be shared by the button instead of actually sharing it. Doesn't check bot_is_member and bot_administrator_rights restrictions. If the bot must be a member, then all chats from getGroupsInCommon and all chats, where the user can add the bot, are suitable. In the latter case the bot will be automatically added to the chat. If the bot must be an administrator, then all chats, where the bot already has requested rights or can be added to administrators by the user, are suitable. In the latter case the bot will be automatically granted requested rights.
Definition at line 134516 of file td_api.h.
◆ shared_chat_id_
| int53 td::td_api::shareChatWithBot::shared_chat_id_ |
Identifier of the shared chat.
Definition at line 134514 of file td_api.h.
◆ source_
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