TelegramBot.sendChatAction

Send chat action

  1. bool sendChatAction(T chat_id, ChatAction action)
  2. bool sendChatAction(SendChatActionMethod m)
    struct TelegramBot
    @trusted
    bool
    sendChatAction

Return Value

Type: bool

true on success

Throws

TelegramBotException on errors

See Also

Meta