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
2016-12-20 13:15:22 +01:00

24 lines
444 B
Markdown

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