messageActionChatJoinedByLink
A user joined the chat via an invite link
type tg.MessageActionChatJoinedByLink struct { /* ... */ }
Implements MessageAction.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
InviterID | int64 | yes | ID of the user that created the invite link |
References
- Official documentation
- Generated Go reference
- TL definition:
messageActionChatJoinedByLink#31224c3