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];