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

25 lines
512 B
Markdown

---
title: messageActionChatMigrateTo
description: messageActionChatMigrateTo attributes, type and example
---
## 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, ];
```