MadelineProtoDocs/docs/API_docs/constructors/chatInviteAlready.md
2024-05-01 14:53:46 +02:00

683 B

title description nav_exclude image
chatInviteAlready The user has already joined this chat true 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];