inputStorePaymentStarsGiveaway

inputStorePaymentStarsGiveaway#751f08fa flags:# only_new_subscribers:flags.0?true winners_are_visible:flags.3?true stars:long boost_peer:InputPeer additional_peers:flags.1?Vector<InputPeer> countries_iso2:flags.2?Vector<string> prize_description:flags.4?string random_id:long until_date:int currency:string amount:long users:int = InputStorePaymentPurpose;

Parameters

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
only_new_subscribers flags.0?true
winners_are_visible flags.3?true
stars long Amount in the internal currency.
boost_peer InputPeer
additional_peers flags.1?Vector<InputPeer>
countries_iso2 flags.2?Vector<string>
prize_description flags.4?string
random_id long A random number from the client. The server uses it to discard duplicates when a request goes out twice.
until_date int
currency string Currency, three-letter code.
amount long Amount.
users int Users referenced by the response — the client should put them in its cache.

Type

InputStorePaymentPurpose

Related pages

Types used here