GramIO API Reference / gramio/dist / TelegramSuggestedPostInfo
Interface: TelegramSuggestedPostInfo
Defined in: @gramio/types/out/objects.d.ts:2887
Contains information about a suggested post.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
price? | TelegramSuggestedPostPrice | Optional. Proposed price of the post. If the field is omitted, then the post is unpaid. | @gramio/types/out/objects.d.ts:2895 |
send_date? | number | Optional. Proposed send date of the post. If the field is omitted, then the post can be published at any time within 30 days at the sole discretion of the user or administrator who approves it. | @gramio/types/out/objects.d.ts:2899 |
state | TelegramSuggestedPostInfoState | State of the suggested post. Currently, it can be one of “pending”, “approved”, “declined”. | @gramio/types/out/objects.d.ts:2891 |