TelegramBot.sendDocument

Send file

  1. Message sendDocument(T chat_id, string document)
  2. Message sendDocument(SendDocumentMethod m)
    struct TelegramBot
    @trusted
    sendDocument

Return Value

Type: Message

Sent Message

Throws

TelegramBotException on errors

See Also

Meta