mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
905 B
905 B
title | description | nav_exclude | image |
---|---|---|---|
chatInvitePeek | A chat invitation that also allows peeking into the group to read messages without joining it. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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];