MadelineProtoDocs/old_docs/API_docs_v33/constructors/chatInvite.md
2019-12-27 17:48:04 +01:00

638 B

title description image
chatInvite Chat invite info https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: chatInvite

Back to constructors index

Chat invite info

Attributes:

Name Type Required Description
title string Yes Chat/supergroup/channel title

Type: ChatInvite

Example:

$chatInvite = ['_' => 'chatInvite', 'title' => 'string'];

Or, if you're into Lua:

chatInvite={_='chatInvite', title='string'}