|
tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
|
#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
Public Member Functions | |
| inlineKeyboardButton () | |
| inlineKeyboardButton (string const &text_, int64 icon_custom_emoji_id_, object_ptr< ButtonStyle > &&style_, object_ptr< InlineKeyboardButtonType > &&type_) | |
| void | store (TlStorerToString &s, const char *field_name) const final |
Public Member Functions inherited from td::TlObject | |
| virtual void | store (TlStorerUnsafe &s) const |
| virtual void | store (TlStorerCalcLength &s) const |
| TlObject ()=default | |
| TlObject (const TlObject &)=delete | |
| TlObject & | operator= (const TlObject &)=delete |
| TlObject (TlObject &&)=default | |
| TlObject & | operator= (TlObject &&)=default |
| virtual | ~TlObject ()=default |
Public Attributes | |
| string | text_ |
| Text of the button. | |
| int64 | icon_custom_emoji_id_ |
| Identifier of the custom emoji that must be shown on the button; 0 if none. | |
| object_ptr< ButtonStyle > | style_ |
| Style of the button. | |
| object_ptr< InlineKeyboardButtonType > | type_ |
| Type of the button. | |
Static Public Attributes | |
| static const std::int32_t | ID = 1457530830 |
| Identifier uniquely determining a type of the object. | |
| td::td_api::inlineKeyboardButton::inlineKeyboardButton | ( | ) |
Represents a single button in an inline keyboard.
| td::td_api::inlineKeyboardButton::inlineKeyboardButton | ( | string const & | text_, |
| int64 | icon_custom_emoji_id_, | ||
| object_ptr< ButtonStyle > && | style_, | ||
| object_ptr< InlineKeyboardButtonType > && | type_ | ||
| ) |
Represents a single button in an inline keyboard.
| [in] | text_ | Text of the button. |
| [in] | icon_custom_emoji_id_ | Identifier of the custom emoji that must be shown on the button; 0 if none. |
| [in] | style_ | Style of the button. |
| [in] | type_ | Type of the button. |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
| int64 td::td_api::inlineKeyboardButton::icon_custom_emoji_id_ |
|
static |
| object_ptr<ButtonStyle> td::td_api::inlineKeyboardButton::style_ |
| string td::td_api::inlineKeyboardButton::text_ |
| object_ptr<InlineKeyboardButtonType> td::td_api::inlineKeyboardButton::type_ |