payments.checkedGiftCode

payments.checkedGiftCode#eb983f8f flags:# via_giveaway:flags.2?true from_id:flags.4?Peer giveaway_msg_id:flags.3?int to_id:flags.0?long date:int days:int used_date:flags.1?int chats:Vector<Chat> users:Vector<User> = payments.CheckedGiftCode;

Parameters

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
via_giveaway flags.2?true
from_id flags.4?Peer Sender.
giveaway_msg_id flags.3?int
to_id flags.0?long
date int A point in time, unix seconds.
days int
used_date flags.1?int
chats Vector<Chat> Chats and channels referenced by the response — the client should put them in its cache.
users Vector<User> Users referenced by the response — the client should put them in its cache.

Type

payments.CheckedGiftCode

Related pages

Types used here