mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Add send_chat_action to readme.
This commit is contained in:
parent
dd0f7ab1d5
commit
a8af3eb269
@ -105,6 +105,11 @@ tb.send_video(chat_id, video)
|
|||||||
# sendLocation
|
# sendLocation
|
||||||
tb.send_location(chat_id, lat, lon)
|
tb.send_location(chat_id, lat, lon)
|
||||||
|
|
||||||
|
# sendChatAction
|
||||||
|
# action_string can be : typing,upload_photo,record_video,upload_video,record_audio,upload_audio,upload_document,
|
||||||
|
# find_location.
|
||||||
|
tb.send_chat_action(chat_id, action_string)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Message notifier
|
## Message notifier
|
||||||
|
Loading…
Reference in New Issue
Block a user