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

    • replyToMessageId

      public long replyToMessageId
      Identifier of the replied message; 0 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.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • DraftMessage

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

      public DraftMessage(long replyToMessageId, int date, TdApi.InputMessageContent inputMessageText)
      Contains information about a message draft.
      Parameters:
      replyToMessageId - long Identifier of the replied message; 0 if none.
      date - int Point in time (Unix timestamp) when the draft was created.
      inputMessageText - InputMessageContent Content of the message draft; must be of the type inputMessageText.
    • DraftMessage

      public DraftMessage(DataInput input) throws IOException
      Contains information about a message draft.
      Throws:
      IOException
  • Method Details