public static class TdApi.MessageCopyOptions extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.FormattedText |
newCaption
New message caption; pass null to copy message without caption.
|
boolean |
replaceCaption
True, if media caption of the message copy needs to be replaced.
|
boolean |
sendCopy
True, if content of the message needs to be copied without reference to the original sender.
|
Constructor and Description |
---|
MessageCopyOptions()
Options to be used when a message content is copied without reference to the original sender.
|
MessageCopyOptions(boolean sendCopy,
boolean replaceCaption,
TdApi.FormattedText newCaption)
Options to be used when a message content is copied without reference to the original sender.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public boolean sendCopy
public boolean replaceCaption
public TdApi.FormattedText newCaption
public static final int CONSTRUCTOR
public MessageCopyOptions()
public MessageCopyOptions(boolean sendCopy, boolean replaceCaption, TdApi.FormattedText newCaption)
sendCopy
- 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.replaceCaption
- True, if media caption of the message copy needs to be replaced. Ignored if sendCopy is false.newCaption
- New message caption; pass null to copy message without caption. Ignored if replaceCaption is false.public int getConstructor()
getConstructor
in class TdApi.Object