messageActionPaidMessagesPrice
The price of paid messages » in this chat was changed.
type tg.MessageActionPaidMessagesPrice struct { /* ... */ }
Implements MessageAction.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
BroadcastMessagesAllowed | bool | — | Can only be set for channels, if set indicates that direct messages were enabled », otherwise indicates that direct messages were disabled; the price of paid messages is related to the price of direct messages (aka those sent to the associated monoforum). |
Stars | int64 | yes | The new price in Telegram Stars, can be 0 if messages are now free. |
References
- Official documentation
- Generated Go reference
- TL definition:
messageActionPaidMessagesPrice#84b88578