1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 04:16:54 +01:00
MadelineProto/docs/TD_docs/constructors/messageChatJoinByLink.md

37 lines
563 B
Markdown

---
title: messageChatJoinByLink
description: Chat member joined by invite link
---
## Constructor: messageChatJoinByLink
[Back to constructors index](index.md)
Chat member joined by invite link
### Attributes:
| Name | Type | Required | Description |
|----------|:-------------:|:--------:|------------:|
### Type: [MessageContent](../types/MessageContent.md)
### Example:
```
$messageChatJoinByLink = ['_' => 'messageChatJoinByLink', ];
```
Or, if you're into Lua:
```
messageChatJoinByLink={_='messageChatJoinByLink', }
```