MessageActionSuggestedPostApproval#

class pyrogram.raw.types.MessageActionSuggestedPostApproval#

A suggested post was approved or rejected.

Constructor of MessageAction.

Details:
  • Layer: 220

  • ID: EE7A1596

Parameters:
  • rejected (bool, optional) – Whether the suggested post was rejected.

  • balance_too_low (bool, optional) – If set, the post was approved but the user’s balance is too low to pay for the suggested post.

  • reject_comment (str, optional) – If the suggested post was rejected, can optionally contain a rejection comment.

  • schedule_date (int 32-bit, optional) – Scheduling date.

  • price (StarsAmount, optional) – Price for the suggested post.