- API ›
- Constructors ›
- UpdateChatUserTyping
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_id | long | required |
| from_id | Peer | required |
| action | SendMessageAction | required |