#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| int53 | message_id_ |
| | Identifier of the message with the gift purchase offer.
|
| |
| bool | accept_ |
| | Pass true to accept the request; pass false to reject it.
|
| |
|
| static const std::int32_t | ID = -1177407462 |
| | Identifier uniquely determining a type of the object.
|
| |
Handles a pending gift purchase offer.
Returns object_ptr<Ok>.
Definition at line 118538 of file td_api.h.
◆ ReturnType
Typedef for the type returned by the function.
Definition at line 118574 of file td_api.h.
◆ processGiftPurchaseOffer() [1/2]
| td::td_api::processGiftPurchaseOffer::processGiftPurchaseOffer |
( |
| ) |
|
Default constructor for a function, which handles a pending gift purchase offer.
Returns object_ptr<Ok>.
◆ processGiftPurchaseOffer() [2/2]
| td::td_api::processGiftPurchaseOffer::processGiftPurchaseOffer |
( |
int53 |
message_id_, |
|
|
bool |
accept_ |
|
) |
| |
Creates a function, which handles a pending gift purchase offer.
Returns object_ptr<Ok>.
- Parameters
-
| [in] | message_id_ | Identifier of the message with the gift purchase offer. |
| [in] | accept_ | Pass true to accept the request; pass false to reject it. |
◆ store()
| void td::td_api::processGiftPurchaseOffer::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.
◆ accept_
| bool td::td_api::processGiftPurchaseOffer::accept_ |
Pass true to accept the request; pass false to reject it.
Definition at line 118551 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::processGiftPurchaseOffer::ID = -1177407462 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 118571 of file td_api.h.
◆ message_id_
| int53 td::td_api::processGiftPurchaseOffer::message_id_ |
Identifier of the message with the gift purchase offer.
Definition at line 118549 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