MadelineProtoDocs/docs/API_docs/constructors/chatInvitePeek.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];