Message.reply_album¶
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
)