UpdateUserTyping

---types---
updateUserTyping#2a17bf5c user_id:long top_msg_id:flags.0?int 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::UpdateUserTyping(v) = result { ... }

Parameters

user_idlongrequired
top_msg_idintoptional
actionSendMessageActionrequired