StarsTransaction
---types---
starsTransaction#ee7522d5 flags:# refund:flags.3?true pending:flags.4?true failed:flags.6?true gift:flags.10?true reaction:flags.11?true id:string stars:long date:date peer:StarsTransactionPeer title:flags.0?string description:flags.1?string photo:flags.2?WebDocument transaction_date:flags.5?date transaction_url:flags.5?string bot_payload:flags.7?bytes msg_id:flags.8?int extended_media:flags.9?Vector<MessageMedia> subscription_period:flags.12?int giveaway_post_id:flags.13?int = StarsTransaction
Belongs to
This type can only be an instance of:
Members
id | string | |
stars | long | |
date | date | |
peer | StarsTransactionPeer | |
refund | flag | This argument defaults to None and can be omitted. |
pending | flag | This argument defaults to None and can be omitted. |
failed | flag | This argument defaults to None and can be omitted. |
gift | flag | This argument defaults to None and can be omitted. |
reaction | flag | This argument defaults to None and can be omitted. |
title | string | This argument defaults to None and can be omitted. |
description | string | This argument defaults to None and can be omitted. |
photo | WebDocument | This argument defaults to None and can be omitted. |
transaction_date | date | This argument defaults to None and can be omitted. |
transaction_url | string | This argument defaults to None and can be omitted. |
bot_payload | bytes | This argument defaults to None and can be omitted. |
msg_id | int | This argument defaults to None and can be omitted. |
extended_media | MessageMedia | This argument defaults to None and can be omitted. Otherwise, a list must be supplied. |
subscription_period | int | This argument defaults to None and can be omitted. |
giveaway_post_id | int | This argument defaults to None and can be omitted. |