问题
I am trying to implement a very basic Telegram client. I would like to know how can I get the info that tells me the other user is typing.
I know how to send this information: By using the setTyping method.
Now how can I receive it? There is no getTyping mehtod, and the API description is quite confusing.
回答1:
upon "writing status" change, your app will receive an update of the type updateUserTyping. From there you can get the information.
Hope it helps
来源:https://stackoverflow.com/questions/33599031/whats-the-telegram-api-method-to-get-user-is-typing-info-on-a-conversation