Constructor: messageActionPaidMessagesPrice
The price of paid messages » in this chat was changed.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
broadcast_messages_allowed | Bool | Optional | 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 | long | Yes | The new price in Telegram Stars, can be 0 if messages are now free. |
Type: MessageAction
Example:
$messageActionPaidMessagesPrice = ['_' => 'messageActionPaidMessagesPrice', 'broadcast_messages_allowed' => Bool, 'stars' => long];