messageActionSuggestedPostApproval
A suggested post » was approved or rejected.
type tg.MessageActionSuggestedPostApproval struct { /* ... */ }
Implements MessageAction.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Rejected | bool | — | Whether the suggested post was rejected. |
BalanceTooLow | bool | — | If set, the post was approved but the user's balance is too low to pay for the suggested post. |
RejectComment | string | — | If the suggested post was rejected, can optionally contain a rejection comment. |
ScheduleDate | int | — | Scheduling date. |
Price | StarsAmountClass | — | Price for the suggested post. |
References
- Official documentation
- Generated Go reference
- TL definition:
messageActionSuggestedPostApproval#ee7a1596