mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
764 B
764 B
title | description | nav_exclude | image |
---|---|---|---|
messageActionChatJoinedByLink | A user joined the chat via an invite link | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageActionChatJoinedByLink
A user joined the chat via an invite link
Attributes:
Name | Type | Required | Description |
---|---|---|---|
inviter_id | long | Yes | ID of the user that created the invite link |
Type: MessageAction
Example:
$messageActionChatJoinedByLink = ['_' => 'messageActionChatJoinedByLink', 'inviter_id' => long];