Get the number of stars we have received from the specified user thanks to paid messages »; the received amount will be equal to the sent amount multiplied by stars_paid_message_commission_permille divided by 1000.
Method schema is available as of layer 205. Switch »
Name | Type | Description |
---|---|---|
flags | # | Flags, see TL conditional fields |
parent_peer | flags.0?InputPeer | If set, can contain the ID of a monoforum (channel direct messages) to obtain the number of stars the user has spent to send us direct messages via the channel. |
user_id | InputUser | The user that paid to send us messages. |
Code | Type | Description |
---|---|---|
400 | PARENT_PEER_INVALID | The specified parent_peer is invalid. |
400 | USER_ID_INVALID | The provided user ID is invalid. |
Telegram supports direct messages to channels, which can also be used to suggest (even paid) channel posts.
Telegram Stars can be used to pay for sending messages to users, supergroups and channels that have configured paid messages, requiring a payment for every message sent to them.
The MTProto API has multiple configuration parameters that can be fetched with the appropriate methods.