- API ›
- Constructors ›
- UpdateUserTyping
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_id | long | required |
| top_msg_id | int | optional |
| action | SendMessageAction | required |