mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:07:50 +01:00
24 lines
444 B
Markdown
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, ];
|
|
``` |