mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
683 B
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
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];