UpdateChatUserTyping

---types---
updateChatUserTyping#83487af0 chat_id:long from_id:Peer action:SendMessageAction = Update

Belongs to

Update

In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateChatUserTyping(v) = result { ... }

Parameters

chat_idlongrequired
from_idPeerrequired
actionSendMessageActionrequired