Skip to content

GramIO API Reference / gramio/dist / TelegramSuggestedPostInfo

Interface: TelegramSuggestedPostInfo

Defined in: @gramio/types/out/objects.d.ts:3023

Contains information about a suggested post.

Documentation

Properties

PropertyTypeDescriptionDefined in
price?TelegramSuggestedPostPriceOptional. Proposed price of the post. If the field is omitted, then the post is unpaid.@gramio/types/out/objects.d.ts:3031
send_date?numberOptional. 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:3035
stateTelegramSuggestedPostInfoStateState of the suggested post. Currently, it can be one of “pending”, “approved”, “declined”.@gramio/types/out/objects.d.ts:3027