mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 14:27:23 +01:00
528 B
528 B
title | description |
---|---|
messageActionChatJoinedByLink | messageActionChatJoinedByLink attributes, type and example |
Constructor: messageActionChatJoinedByLink
Attributes:
Name | Type | Required |
---|---|---|
inviter_id | int | Required |
Type: MessageAction
Example:
$messageActionChatJoinedByLink = ['_' => messageActionChatJoinedByLink', 'inviter_id' => int, ];