mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 01:46:55 +01:00
662 B
662 B
title | description |
---|---|
messageChatJoinByLink | Chat member joined by invite link |
Constructor: messageChatJoinByLink
Chat member joined by invite link
Attributes:
Name | Type | Required | Description |
---|
Type: MessageContent
Example:
$messageChatJoinByLink = ['_' => 'messageChatJoinByLink'];
PWRTelegram json-encoded version:
{"_": "messageChatJoinByLink"}
Or, if you're into Lua:
messageChatJoinByLink={_='messageChatJoinByLink'}