Skip to content

Message.reply_album

bound method · async

Reply to the message with media album. Shortcut for sendAlbum.

Message.reply_album(
  contents: list[pytdbot.types.InputMessageAnimation | InputMessageAudio | InputMessageDocument | InputMessagePhoto | pytdbot.types.InputMessageVideo],
  disable_notification: bool = False,
  protect_content: bool = False,
  allow_paid_broadcast: bool = False,
  topic_id: MessageTopic = None,
  quote: InputTextQuote = None,
  no_reply: bool = False
)

Source: pytdbot/types/bound_methods/message.py