- API ›
- Constructors ›
- InputGroupCallSlug
InputGroupCallSlug
---types--- inputGroupCallSlug#fe06823f slug:string = InputGroupCall
Belongs to
| InputGroupCall |
In Rust this constructor is a variant of the enums::InputGroupCall enum.
Match on it with: if let enums::InputGroupCall::InputGroupCallSlug(v) = result { ... }
Parameters
| slug | string | required |