Module tdlight.api

Class TdApi.MessageCopyOptions

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageCopyOptions
Enclosing class:
TdApi

public static final class TdApi.MessageCopyOptions extends TdApi.Object
Options to be used when a message content is copied without reference to the original sender. Service messages, messages with messageInvoice, messagePremiumGiveaway, or messagePremiumGiveawayWinners content can't be copied.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    New message caption; pass null to copy message without caption.
    boolean
    True, if media caption of the message copy needs to be replaced.
    boolean
    True, if content of the message needs to be copied without reference to the original sender.
  • Constructor Summary

    Constructors
    Constructor
    Description
    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.
    Options to be used when a message content is copied without reference to the original sender.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
    Returns an identifier uniquely determining type of the object.
    int
     
    void
    Serialize the TDLib class

    Methods inherited from class it.tdlight.jni.TdApi.Object

    serialize, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • sendCopy

      public boolean 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

      public boolean replaceCaption
      True, if media caption of the message copy needs to be replaced. Ignored if sendCopy is false.
    • newCaption

      public TdApi.FormattedText newCaption
      New message caption; pass null to copy message without caption. Ignored if replaceCaption is false.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • MessageCopyOptions

      public MessageCopyOptions()
      Options to be used when a message content is copied without reference to the original sender. Service messages, messages with messageInvoice, messagePremiumGiveaway, or messagePremiumGiveawayWinners content can't be copied.
    • MessageCopyOptions

      public MessageCopyOptions(boolean sendCopy, boolean replaceCaption, TdApi.FormattedText newCaption)
      Options to be used when a message content is copied without reference to the original sender. Service messages, messages with messageInvoice, messagePremiumGiveaway, or messagePremiumGiveawayWinners content can't be copied.
      Parameters:
      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.
    • MessageCopyOptions

      public MessageCopyOptions(DataInput input) throws IOException
      Options to be used when a message content is copied without reference to the original sender. Service messages, messages with messageInvoice, messagePremiumGiveaway, or messagePremiumGiveawayWinners content can't be copied.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object