Method: TelegramAPI#sendChatAction
- Defined in:
- lib/telegramAPI.rb
#sendChatAction(to, act) ⇒ Object
act is one between: typing, upload_photo, record_video, record_audio, upload_audio, upload_document, find_location
104 105 106 |
# File 'lib/telegramAPI.rb', line 104 def sendChatAction to, act self.query "sendChatAction", {:chat_id=>to, :action=>act} end |