What's the telegram API method to get “user is typing” info on a conversation?

跟風遠走 提交于 2020-01-03 21:03:36

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!