MadelineProto/docs/TD_docs/constructors/messageChatJoinByLink.md

563 B

title description
messageChatJoinByLink Chat member joined by invite link

Back to constructors index

Chat member joined by invite link

Attributes:

Name Type Required Description

Type: MessageContent

Example:

$messageChatJoinByLink = ['_' => 'messageChatJoinByLink', ];

Or, if you're into Lua:

messageChatJoinByLink={_='messageChatJoinByLink', }