1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 20:07:50 +01:00
MadelineProto/docs/API_docs/constructors/messageActionChatMigrateTo.md

17 lines
324 B
Markdown
Raw Normal View History

## Constructor: messageActionChatMigrateTo
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|channel\_id|[int](../types/int.md) | Required|
### Type: [MessageAction](../types/MessageAction.md)
### Example:
```
$messageActionChatMigrateTo = ['channel_id' => int, ];
```