**Kind**: instance method of <code>[TelegramBot](#TelegramBot)</code>
**Kind**: instance method of <code>[TelegramBot](#TelegramBot)</code>
@ -354,11 +354,11 @@ Send photo
| 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 |
| photo | <code>String</code>|<code>stream.Stream</code>|<code>Buffer</code> | A file path or a Stream. Can also be a `file_id` previously uploaded |
| photo | <code>String</code>|<code>stream.Stream</code>|<code>Buffer</code> | A file path or a Stream. Can also be a `file_id` previously uploaded |
**Kind**: instance method of <code>[TelegramBot](#TelegramBot)</code>
**Kind**: instance method of <code>[TelegramBot](#TelegramBot)</code>
@ -373,11 +373,11 @@ Send audio
| 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 |
| audio | <code>String</code>|<code>stream.Stream</code>|<code>Buffer</code> | A file path, Stream or Buffer. Can also be a `file_id` previously uploaded. |
| audio | <code>String</code>|<code>stream.Stream</code>|<code>Buffer</code> | A file path, Stream or Buffer. Can also be a `file_id` previously uploaded. |
**Kind**: instance method of <code>[TelegramBot](#TelegramBot)</code>
**Kind**: instance method of <code>[TelegramBot](#TelegramBot)</code>
@ -392,7 +392,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. |
Use this method to send video files, Telegram clients support mp4 videos (other formats may be sent as Document).
Use this method to send video files, Telegram clients support mp4 videos (other formats may be sent as Document).
**Kind**: instance method of <code>[TelegramBot](#TelegramBot)</code>
**Kind**: instance method of <code>[TelegramBot](#TelegramBot)</code>
@ -425,11 +425,11 @@ Use this method to send video files, Telegram clients support mp4 videos (other
| 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 |
| video | <code>String</code>|<code>stream.Stream</code>|<code>Buffer</code> | A file path or Stream. Can also be a `file_id` previously uploaded. |
| video | <code>String</code>|<code>stream.Stream</code>|<code>Buffer</code> | A file path or Stream. Can also be a `file_id` previously uploaded. |
Use this method to send rounded square videos of upto 1 minute long.
Use this method to send rounded square videos of upto 1 minute long.
**Kind**: instance method of <code>[TelegramBot](#TelegramBot)</code>
**Kind**: instance method of <code>[TelegramBot](#TelegramBot)</code>
@ -445,11 +445,11 @@ Use this method to send rounded square videos of upto 1 minute long.
| 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 |
| videoNote | <code>String</code>|<code>stream.Stream</code>|<code>Buffer</code> | A file path or Stream. Can also be a `file_id` previously uploaded. |
| videoNote | <code>String</code>|<code>stream.Stream</code>|<code>Buffer</code> | A file path or Stream. Can also be a `file_id` previously uploaded. |
**Kind**: instance method of <code>[TelegramBot](#TelegramBot)</code>
**Kind**: instance method of <code>[TelegramBot](#TelegramBot)</code>
@ -464,7 +464,7 @@ Send voice
| 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 |
| voice | <code>String</code>|<code>stream.Stream</code>|<code>Buffer</code> | A file path, Stream or Buffer. Can also be a `file_id` previously uploaded. |
| voice | <code>String</code>|<code>stream.Stream</code>|<code>Buffer</code> | A file path, Stream or Buffer. Can also be a `file_id` previously uploaded. |