|
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 Types | |
| using | ReturnType = object_ptr< ok > |
| Typedef for the type returned by the function. | |
Public Member Functions | |
| sendGift () | |
| sendGift (int64 gift_id_, object_ptr< MessageSender > &&owner_id_, object_ptr< formattedText > &&text_, bool is_private_, bool pay_for_upgrade_) | |
| 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 | |
| int64 | gift_id_ |
| Identifier of the gift to send. | |
| object_ptr< MessageSender > | owner_id_ |
| Identifier of the user or the channel chat that will receive the gift; limited gifts can't be sent to channel chats. | |
| object_ptr< formattedText > | text_ |
| Text to show along with the gift; 0-getOption("gift_text_length_max") characters. Only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, and DateTime entities are allowed. Must be empty if the receiver enabled paid messages. | |
| bool | is_private_ |
| Pass true to show gift text and sender only to the gift receiver; otherwise, everyone will be able to see them. | |
| bool | pay_for_upgrade_ |
| Pass true to additionally pay for the gift upgrade and allow the receiver to upgrade it for free. | |
Static Public Attributes | |
| static const std::int32_t | ID = -1199356118 |
| Identifier uniquely determining a type of the object. | |
Sends a gift to another user or channel chat. May return an error with a message "STARGIFT_USAGE_LIMITED" if the gift was sold out.
Returns object_ptr<Ok>.
| using td::td_api::sendGift::ReturnType = object_ptr<ok> |
| td::td_api::sendGift::sendGift | ( | ) |
Default constructor for a function, which sends a gift to another user or channel chat. May return an error with a message "STARGIFT_USAGE_LIMITED" if the gift was sold out.
Returns object_ptr<Ok>.
| td::td_api::sendGift::sendGift | ( | int64 | gift_id_, |
| object_ptr< MessageSender > && | owner_id_, | ||
| object_ptr< formattedText > && | text_, | ||
| bool | is_private_, | ||
| bool | pay_for_upgrade_ | ||
| ) |
Creates a function, which sends a gift to another user or channel chat. May return an error with a message "STARGIFT_USAGE_LIMITED" if the gift was sold out.
Returns object_ptr<Ok>.
| [in] | gift_id_ | Identifier of the gift to send. |
| [in] | owner_id_ | Identifier of the user or the channel chat that will receive the gift; limited gifts can't be sent to channel chats. |
| [in] | text_ | Text to show along with the gift; 0-getOption("gift_text_length_max") characters. Only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, and DateTime entities are allowed. Must be empty if the receiver enabled paid messages. |
| [in] | is_private_ | Pass true to show gift text and sender only to the gift receiver; otherwise, everyone will be able to see them. |
| [in] | pay_for_upgrade_ | Pass true to additionally pay for the gift upgrade and allow the receiver to upgrade it for free. |
|
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::sendGift::gift_id_ |
|
static |
| bool td::td_api::sendGift::is_private_ |
| object_ptr<MessageSender> td::td_api::sendGift::owner_id_ |
| bool td::td_api::sendGift::pay_for_upgrade_ |
| object_ptr<formattedText> td::td_api::sendGift::text_ |