MadelineProtoDocs/docs/API_docs/constructors/chatInvitePeek.md
2020-09-12 12:47:38 +02:00

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}