- API ›
- Constructors ›
- ChatInviteAlready
ChatInviteAlready
---types--- chatInviteAlready#5a686d7c chat:Chat = ChatInvite
Belongs to
| ChatInvite |
In Rust this constructor is a variant of the enums::ChatInvite enum.
Match on it with: if let enums::ChatInvite::ChatInviteAlready(v) = result { ... }
Parameters
| chat | Chat | required |