673 B
673 B
title | description | image |
---|---|---|
chatInvitePeek | chatInvitePeek attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: chatInvitePeek
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}