715 B
715 B
title | description | image |
---|---|---|
chatInviteAlready | The user has already joined this chat | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: chatInviteAlready
The user has already joined this chat
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat | Chat | Optional | The chat connected to the invite |
Type: ChatInvite
Example:
$chatInviteAlready = ['_' => 'chatInviteAlready', 'chat' => Chat];
Or, if you're into Lua:
chatInviteAlready={_='chatInviteAlready', chat=Chat}