chatInvitePeek
A chat invitation that also allows peeking into the group to read messages without joining it.
type tg.ChatInvitePeek struct { /* ... */ }
Implements ChatInvite.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Chat | ChatClass | yes | Chat information |
Expires | int | yes | Read-only anonymous access to this group will be revoked at this date |
References
- Official documentation
- Generated Go reference
- TL definition:
chatInvitePeek#61695cb0