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
102 103 104 |
# File 'lib/telegramAPI.rb', line 102 def sendChatAction to, act self.query("sendChatAction", {:chat_id=>to, :action=>act}) end |