SendMessageMethod

Undocumented in source.

Members

Mixins

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

Variables

chat_id
ChatId chat_id;
Undocumented in source.
disable_notification
Nullable!bool disable_notification;
Undocumented in source.
disable_web_page_preview
Nullable!bool disable_web_page_preview;
Undocumented in source.
parse_mode
Nullable!ParseMode parse_mode;
Undocumented in source.
reply_markup
ReplyMarkup reply_markup;
Undocumented in source.
reply_to_message_id
Nullable!uint reply_to_message_id;
Undocumented in source.
text
string text;
Undocumented in source.

Meta