suggestedPost
Contains info about a suggested post ».
type tg.SuggestedPost struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Accepted | bool | — | Whether the suggested post was accepted. |
Rejected | bool | — | Whether the suggested post was rejected. |
Price | StarsAmountClass | — | Price of the suggested post. |
ScheduleDate | int | — | Scheduling date. |
References
- Official documentation
- Generated Go reference
- TL definition:
suggestedPost#e8e37e5