SuggestedPost¶
- class pyrogram.types.SuggestedPost¶
Represents a suggested post for a channel.
- Parameters:
schedule_date (
datetime, optional) – Scheduled date for the post.price (
int, optional) – Price in Telegram Stars for the suggested post.is_pending (
bool, optional) – Whether the post is pending approval.is_rejected (
bool, optional) – Whether the post was rejected.is_accepted (
bool, optional) – Whether the post was accepted.rejection_reason (
str, optional) – Reason for rejection if rejected.