MadelineProtoDocs/old_docs/API_docs_v14/constructors/chatInviteAlready.md

715 B

title description image
chatInviteAlready The user has already joined this chat https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: chatInviteAlready

Back to constructors index

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}