- API ›
- Constructors ›
- InputPeerChat
InputPeerChat
---types--- inputPeerChat#35a95cb9 chat_id:long = InputPeer
Belongs to
| InputPeer |
In Rust this constructor is a variant of the enums::InputPeer enum.
Match on it with: if let enums::InputPeer::InputPeerChat(v) = result { ... }
Parameters
| chat_id | long | required |