Module tdlight.api

Class TdApi.InputMessageText

Enclosing class:
TdApi

public static final class TdApi.InputMessageText extends TdApi.InputMessageContent
A text message.
  • Field Details

    • text

      public TdApi.FormattedText text
      Formatted text to be sent; 0-getOption("message_text_length_max") characters. Only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, BlockQuote, Code, Pre, PreCode, TextUrl and MentionName entities are allowed to be specified manually.
    • linkPreviewOptions

      public TdApi.LinkPreviewOptions linkPreviewOptions
      Options to be used for generation of a link preview; may be null if none; pass null to use default link preview options.
    • clearDraft

      public boolean clearDraft
      True, if a chat message draft must be deleted.
    • CONSTRUCTOR

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

    • InputMessageText

      public InputMessageText()
      A text message.
    • InputMessageText

      public InputMessageText(TdApi.FormattedText text, TdApi.LinkPreviewOptions linkPreviewOptions, boolean clearDraft)
      A text message.
      Parameters:
      text - Formatted text to be sent; 0-getOption("message_text_length_max") characters. Only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, BlockQuote, Code, Pre, PreCode, TextUrl and MentionName entities are allowed to be specified manually.
      linkPreviewOptions - Options to be used for generation of a link preview; may be null if none; pass null to use default link preview options.
      clearDraft - True, if a chat message draft must be deleted.
    • InputMessageText

      public InputMessageText(DataInput input) throws IOException
      A text message.
      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