**Kind**: instance method of <code>[TelegramBot](#TelegramBot)</code>
**Kind**: instance method of <code>[TelegramBot](#TelegramBot)</code>
@ -221,6 +221,7 @@ Send Document
| chatId | <code>Number</code>|<code>String</code> | Unique identifier for the message recipient |
| chatId | <code>Number</code>|<code>String</code> | Unique identifier for the message recipient |
| doc | <code>String</code>|<code>stream.Stream</code>|<code>Buffer</code> | A file path, Stream or Buffer. Can also be a `file_id` previously uploaded. |
| doc | <code>String</code>|<code>stream.Stream</code>|<code>Buffer</code> | A file path, Stream or Buffer. Can also be a `file_id` previously uploaded. |