SendAudioMethod

Undocumented in source.

Members

Mixins

__anonymous
mixin TelegramMethod!"/sendAudio"
Undocumented in source.

Variables

audio
string audio;
Undocumented in source.
caption
Nullable!string caption;
Undocumented in source.
chat_id
ChatId chat_id;
Undocumented in source.
disable_notification
Nullable!bool disable_notification;
Undocumented in source.
duration
Nullable!uint duration;
Undocumented in source.
parse_mode
Nullable!ParseMode parse_mode;
Undocumented in source.
performer
Nullable!string performer;
Undocumented in source.
reply_markup
Nullable!ReplyMarkup reply_markup;
Undocumented in source.
reply_to_message_id
Nullable!uint reply_to_message_id;
Undocumented in source.
title
Nullable!string title;
Undocumented in source.

Meta