Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
parsgit authored Mar 7, 2020
1 parent f30da94 commit 8e4caf3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ bot::this()->message( bot::get('text') )->send();
<br>


- [basic usage](#basic_usage)
- [basic usage](#usage)


### Webhook

- [setWebhook](#setWebhook)
- [getWebhookInfo](#getWebhookInfo)

### send messages method
### send method

- [sendMessage](#sendMessage)
- [sendPhoto](#sendPhoto)
Expand All @@ -33,6 +33,13 @@ bot::this()->message( bot::get('text') )->send();
- [sendVoice](#sendVoice)
- [sendVideoNote](#sendVideoNote)
- [sendLocation](#sendLocation)

### update method

- [editMessageText](#editMessageText)
- [editMessageCaption](#editMessageCaption)
- [editMessageReplyMarkup](#editMessageReplyMarkup)
- [deleteMessage](#deleteMessage)

<br>

Expand Down

0 comments on commit 8e4caf3

Please sign in to comment.