mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:27:46 +01:00
17 lines
324 B
Markdown
17 lines
324 B
Markdown
## Constructor: messageActionChatMigrateTo
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|channel\_id|[int](../types/int.md) | Required|
|
|
|
|
|
|
### Type: [MessageAction](../types/MessageAction.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$messageActionChatMigrateTo = ['channel_id' => int, ];
|
|
``` |