- API ›
- Constructors ›
- ChatInvitePeek
ChatInvitePeek
---types--- chatInvitePeek#61695cb0 chat:Chat expires:int = ChatInvite
Belongs to
| ChatInvite |
In Rust this constructor is a variant of the enums::ChatInvite enum.
Match on it with: if let enums::ChatInvite::ChatInvitePeek(v) = result { ... }