Layer 220
MessageActionPaidMessagesRefunded
Sent from peer A to B, indicates that A refunded all stars B previously paid to send messages to A, see here for more info on paid messages.
constructor
messageActionPaidMessagesRefunded#ac1f1fcd count:int stars:long = MessageAction;
Parameters
| Name | Type | Description |
|---|---|---|
| Count | int | Number of paid messages affected by the refund. |
| Stars | long | Number of refunded stars. |
Returns
MessageActionGogram Example
// Creating MessageActionPaidMessagesRefunded constructor obj := &tg.MessageActionPaidMessagesRefunded{ Count: 0, Stars: int64(0), }