#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -1109930332 |
| | Identifier uniquely determining a type of the object.
|
| |
Represents a gift that was acquired by the current user on an auction.
Definition at line 22962 of file td_api.h.
◆ giftAuctionAcquiredGift() [1/2]
| td::td_api::giftAuctionAcquiredGift::giftAuctionAcquiredGift |
( |
| ) |
|
Represents a gift that was acquired by the current user on an auction.
◆ giftAuctionAcquiredGift() [2/2]
Represents a gift that was acquired by the current user on an auction.
- Parameters
-
| [in] | receiver_id_ | Receiver of the gift. |
| [in] | date_ | Point in time (Unix timestamp) when the gift was acquired. |
| [in] | star_count_ | The number of Telegram Stars that were paid for the gift. |
| [in] | auction_round_number_ | Identifier of the auction round in which the gift was acquired. |
| [in] | auction_round_position_ | Position of the user in the round among all auction participants. |
| [in] | unique_gift_number_ | Unique number of the gift among gifts upgraded from the same gift after upgrade; 0 if yet unassigned. |
| [in] | text_ | Message added to the gift. |
| [in] | is_private_ | True, if the sender and gift text are shown only to the gift receiver; otherwise, everyone will be able to see them. |
◆ store()
| void td::td_api::giftAuctionAcquiredGift::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.
◆ auction_round_number_
| int32 td::td_api::giftAuctionAcquiredGift::auction_round_number_ |
Identifier of the auction round in which the gift was acquired.
Definition at line 22979 of file td_api.h.
◆ auction_round_position_
| int32 td::td_api::giftAuctionAcquiredGift::auction_round_position_ |
Position of the user in the round among all auction participants.
Definition at line 22981 of file td_api.h.
◆ date_
| int32 td::td_api::giftAuctionAcquiredGift::date_ |
Point in time (Unix timestamp) when the gift was acquired.
Definition at line 22975 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::giftAuctionAcquiredGift::ID = -1109930332 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 23009 of file td_api.h.
◆ is_private_
| bool td::td_api::giftAuctionAcquiredGift::is_private_ |
True, if the sender and gift text are shown only to the gift receiver; otherwise, everyone will be able to see them.
Definition at line 22987 of file td_api.h.
◆ receiver_id_
◆ star_count_
| int53 td::td_api::giftAuctionAcquiredGift::star_count_ |
The number of Telegram Stars that were paid for the gift.
Definition at line 22977 of file td_api.h.
◆ text_
Message added to the gift.
Definition at line 22985 of file td_api.h.
◆ unique_gift_number_
| int32 td::td_api::giftAuctionAcquiredGift::unique_gift_number_ |
Unique number of the gift among gifts upgraded from the same gift after upgrade; 0 if yet unassigned.
Definition at line 22983 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