Constructor: chatInvitePeek
A chat invitation that also allows peeking into the group to read messages without joining it.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| chat | Chat | Optional | Chat information |
| expires | int | Yes | Read-only anonymous access to this group will be revoked at this date |
Type: ChatInvite
Example:
$chatInvitePeek = ['_' => 'chatInvitePeek', 'chat' => Chat, 'expires' => int];