717 B
717 B
title | description | image |
---|---|---|
msg_copy | msg_copy attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: msg_copy
Attributes:
Name | Type | Required |
---|---|---|
orig_message | MTMessage | Yes |
Type: MessageCopy
Example:
$msg_copy = ['_' => 'msg_copy', 'orig_message' => MTMessage];
PWRTelegram json-encoded version:
{"_": "msg_copy", "orig_message": MTMessage}
Or, if you're into Lua:
msg_copy={_='msg_copy', orig_message=MTMessage}