Module tdlight.api

Class TdApi.DraftMessage

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

public static final class TdApi.DraftMessage extends TdApi.Object
Contains information about a message draft.
  • Field Details

    • replyTo

      public TdApi.InputMessageReplyTo replyTo
      Information about the message to be replied; must be of the type inputMessageReplyToMessage; may be null if none.
    • date

      public int date
      Point in time (Unix timestamp) when the draft was created.
    • inputMessageText

      public TdApi.InputMessageContent inputMessageText
      Content of the message draft; must be of the type inputMessageText, inputMessageVideoNote, or inputMessageVoiceNote.
    • CONSTRUCTOR

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

    • DraftMessage

      public DraftMessage()
      Contains information about a message draft.
    • DraftMessage

      public DraftMessage(TdApi.InputMessageReplyTo replyTo, int date, TdApi.InputMessageContent inputMessageText)
      Contains information about a message draft.
      Parameters:
      replyTo - Information about the message to be replied; must be of the type inputMessageReplyToMessage; may be null if none.
      date - Point in time (Unix timestamp) when the draft was created.
      inputMessageText - Content of the message draft; must be of the type inputMessageText, inputMessageVideoNote, or inputMessageVoiceNote.
    • DraftMessage

      public DraftMessage(DataInput input) throws IOException
      Contains information about a message draft.
      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