Skip to content

Message.reply_audio

bound method · async

Reply to the message with audio. Shortcut for sendAudio.

Message.reply_audio(
  audio: InputFile | str,
  album_cover_thumbnail: InputThumbnail | None = None,
  caption: str = None,
  caption_entities: list = None,
  parse_mode: str = None,
  title: str = None,
  performer: str = None,
  duration: int = 0,
  disable_notification: bool = False,
  protect_content: bool = False,
  allow_paid_broadcast: bool = False,
  topic_id: MessageTopic | None = None,
  quote: InputTextQuote | None = None,
  no_reply: bool = False,
  ephemeral: bool = False,
  receiver_user_id: int = 0,
  reply_markup: ReplyMarkupInlineKeyboard | ReplyMarkupShowKeyboard | ReplyMarkupForceReply | ReplyMarkupRemoveKeyboard | None = None
) → Error | Message

Source: pytdbot/types/bound_methods/message.py