Skip to content

sendChatAction

Sahri Riza Umami edited this page Dec 8, 2016 · 5 revisions

Sends notification about user activity in a chat.

sendChatAction(chat_id, action, progress)

action = Typing|Cancel|RecordVideo|UploadVideo|RecordVoice|UploadVoice|UploadPhoto|UploadDocument|GeoLocation|ChooseContact|StartPlayGame

Option Description
chat_id Chat identifier.
action Action description.

Example

sendChatAction(12345678, 'Typing', 100)

Test script
Frequently Asked Questions
The Functions

Clone this wiki locally