817 B
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
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}