MadelineProtoDocs/old_docs/API_docs_v44/constructors/chatInvitePeek.md

673 B

title description image
chatInvitePeek chatInvitePeek attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: chatInvitePeek

Back to constructors index

Attributes:

Name Type Required
chat Chat Optional
expires int Yes

Type: ChatInvite

Example:

$chatInvitePeek = ['_' => 'chatInvitePeek', 'chat' => Chat, 'expires' => int];

Or, if you're into Lua:

chatInvitePeek={_='chatInvitePeek', chat=Chat, expires=int}