Inherits Object.
Options to be used when a message content is copied without reference to the original sender. Service messages, messages with messageInvoice, messagePaidMedia, messageGiveaway, or messageGiveawayWinners content can't be copied.
|
bool | send_copy_ |
| True, if content of the message needs to be copied without reference to the original sender. Always true if the message is forwarded to a secret chat or is local. Use messageProperties.can_be_saved and messageProperties.can_be_copied_to_secret_chat to check whether the message is suitable.
|
|
bool | replace_caption_ |
| True, if media caption of the message copy needs to be replaced. Ignored if send_copy is false.
|
|
object_ptr< formattedText > | new_caption_ |
| New message caption; pass null to copy message without caption. Ignored if replace_caption is false.
|
|
bool | new_show_caption_above_media_ |
| True, if new caption must be shown above the media; otherwise, new caption must be shown below the media; not supported in secret chats. Ignored if replace_caption is false.
|
|
|
static const std::int32_t | ID = 1079772090 |
| Identifier uniquely determining a type of the object.
|
|
◆ messageCopyOptions() [1/2]
◆ messageCopyOptions() [2/2]
Options to be used when a message content is copied without reference to the original sender. Service messages, messages with messageInvoice, messagePaidMedia, messageGiveaway, or messageGiveawayWinners content can't be copied.
- Parameters
-
[in] | send_copy_ | True, if content of the message needs to be copied without reference to the original sender. Always true if the message is forwarded to a secret chat or is local. Use messageProperties.can_be_saved and messageProperties.can_be_copied_to_secret_chat to check whether the message is suitable. |
[in] | replace_caption_ | True, if media caption of the message copy needs to be replaced. Ignored if send_copy is false. |
[in] | new_caption_ | New message caption; pass null to copy message without caption. Ignored if replace_caption is false. |
[in] | new_show_caption_above_media_ | True, if new caption must be shown above the media; otherwise, new caption must be shown below the media; not supported in secret chats. Ignored if replace_caption is false. |
◆ store()
void store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
[in] | s | Storer to which object string representation will be appended. |
[in] | field_name | Object field_name if applicable. |
Implements TlObject.
The documentation for this class was generated from the following file: