- API ›
- Constructors ›
- UpdateChannelUserTyping
UpdateChannelUserTyping
---types--- updateChannelUserTyping#8c88c923 channel_id:long top_msg_id:flags.0?int 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::UpdateChannelUserTyping(v) = result { ... }
Parameters
| channel_id | long | required |
| top_msg_id | int | optional |
| from_id | Peer | required |
| action | SendMessageAction | required |