Fixed a few typos

experimental
Jérémy Gotteland 10 years ago
parent 3eaf377024
commit 527b469dc8
  1. 8
      README.md

@ -310,12 +310,12 @@ Use this method to send point on the map.
<a name="TelegramBot+sendVenue"></a> <a name="TelegramBot+sendVenue"></a>
### telegramBot.sendVenue(chatId, latitude, longitude, name, addressm, [options]) ⇒ <code>Promise</code> ### telegramBot.sendVenue(chatId, latitude, longitude, name, address, [options]) ⇒ <code>Promise</code>
Send venue. Send venue.
Use this method to send information about a venue. Use this method to send information about a venue.
**Kind**: instance method of <code>[TelegramBot](#TelegramBot)</code> **Kind**: instance method of <code>[TelegramBot](#TelegramBot)</code>
**See**: https://core.telegram.org/bots/api#sendVenue **See**: https://core.telegram.org/bots/api#sendvenue
| Param | Type | Description | | Param | Type | Description |
| --- | --- | --- | | --- | --- | --- |
@ -326,12 +326,14 @@ Use this method to send information about a venue.
| address | <code>String</code> | Address of location | | address | <code>String</code> | Address of location |
| [options] | <code>Object</code> | Additional Telegram query options | | [options] | <code>Object</code> | Additional Telegram query options |
<a name="TelegramBot+sendContact"></a>
### telegramBot.sendContact(chatId, phone_number, first_name, [options]) ⇒ <code>Promise</code> ### telegramBot.sendContact(chatId, phone_number, first_name, [options]) ⇒ <code>Promise</code>
Send contact. Send contact.
Use this method to send phone contacts. Use this method to send phone contacts.
**Kind**: instance method of <code>[TelegramBot](#TelegramBot)</code> **Kind**: instance method of <code>[TelegramBot](#TelegramBot)</code>
**See**: https://core.telegram.org/bots/api#sendContact **See**: https://core.telegram.org/bots/api#sendcontact
| Param | Type | Description | | Param | Type | Description |
| --- | --- | --- | | --- | --- | --- |

Loading…
Cancel
Save