decline_suggested_post()

Client.decline_suggested_post()

Decline a suggested post in a channel.

Parameters:
  • chat_id (int | str) – The channel.

  • message_id (int) – Message ID of the suggested post.

  • comment (str, optional) – Reason for declining.

Returns:

bool – True on success.