- API ›
- Constructors ›
- InputGroupCallInviteMessage
InputGroupCallInviteMessage
---types--- inputGroupCallInviteMessage#8c10603f msg_id:int = InputGroupCall
Belongs to
| InputGroupCall |
In Rust this constructor is a variant of the enums::InputGroupCall enum.
Match on it with: if let enums::InputGroupCall::InputGroupCallInviteMessage(v) = result { ... }
Parameters
| msg_id | int | required |