mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:57:46 +01:00
630 B
630 B
title | description |
---|---|
messageActionChatMigrateTo | messageActionChatMigrateTo attributes, type and example |
Constructor: messageActionChatMigrateTo
Attributes:
Name | Type | Required |
---|---|---|
channel_id | int | Yes |
Type: MessageAction
Example:
$messageActionChatMigrateTo = ['_' => 'messageActionChatMigrateTo', 'channel_id' => int, ];
Or, if you're into Lua:
messageActionChatMigrateTo={_='messageActionChatMigrateTo', channel_id=int, }