approve_suggested_post()¶
- Client.approve_suggested_post()
Approve a suggested post in a channel.
- Parameters:
chat_id (
int|str) – The channel.message_id (
int) – Message ID of the suggested post.schedule_date (
int, optional) – Unix timestamp to schedule the post.
- Returns:
bool– True on success.