MadelineProto/old_docs/API_docs_v53/constructors/messageActionChatMigrateTo.md
2017-07-23 16:11:02 +02:00

756 B

title description
messageActionChatMigrateTo messageActionChatMigrateTo attributes, type and example

Constructor: messageActionChatMigrateTo

Back to constructors index

Attributes:

Name Type Required
channel_id int Yes

Type: MessageAction

Example:

$messageActionChatMigrateTo = ['_' => 'messageActionChatMigrateTo', 'channel_id' => int, ];

PWRTelegram json-encoded version:

{"_":"messageActionChatMigrateTo","channel_id":"int"}

Or, if you're into Lua:

messageActionChatMigrateTo={_='messageActionChatMigrateTo', channel_id=int, }