SuggestedPostInfo¶
- class litegram.types.suggested_post_info.SuggestedPostInfo(*, state: str, price: SuggestedPostPrice | None = None, send_date: _datetime_serializer, return_type=int, when_used=unless - none)] | None = None, **extra_data: Any)[source]¶
Contains information about a suggested post.
Source: https://core.telegram.org/bots/api#suggestedpostinfo
- state: str¶
State of the suggested post. Currently, it can be one of ‘pending’, ‘approved’, ‘declined’.
- price: SuggestedPostPrice | None¶
Optional. Proposed price of the post. If the field is omitted, then the post is unpaid.