MadelineProtoDocs/docs/API_docs/constructors/chatInviteAlready.md

817 B

title description image
chatInviteAlready Invite of a chat of which I am already member https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: chatInviteAlready

Back to constructors index

Invite of a chat of which I am already member

Attributes:

Name Type Required Description
chat Chat Optional Chat

Type: ChatInvite

Example:

$chatInviteAlready = ['_' => 'chatInviteAlready', 'chat' => Chat];

PWRTelegram json-encoded version:

{"_": "chatInviteAlready", "chat": Chat}

Or, if you're into Lua:

chatInviteAlready={_='chatInviteAlready', chat=Chat}