mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 16:27:22 +01:00
19 lines
462 B
Markdown
19 lines
462 B
Markdown
|
## Constructor: inputMessageEntityMentionName
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|offset|[int](../types/int.md) | Required|
|
||
|
|length|[int](../types/int.md) | Required|
|
||
|
|user\_id|[InputUser](../types/InputUser.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [MessageEntity](../types/MessageEntity.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$inputMessageEntityMentionName = ['offset' => int, 'length' => int, 'user_id' => InputUser, ];
|
||
|
```
|