View Source ExTDLib.Method.SendChatAction (ExTDLib v0.0.4)

Sends a notification about user activity in a chat. Returns object_ptr<Ok>.

NameTypeDescription
chat_idstringChat identifier.
message_thread_idstringIf not 0, a message thread identifier in which the action was performed.
actionChatActionThe action description; pass null to cancel the currently active action.

More details on telegram's documentation.