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; 1-getOption("message_text_length_max") characters. Only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, Code, Pre, PreCode, TextUrl and MentionName entities are allowed to be specified manually.
    • disableWebPagePreview

      public boolean disableWebPagePreview
      True, if rich web page previews for URLs in the message text must be disabled.
    • 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, boolean disableWebPagePreview, boolean clearDraft)
      A text message.
      Parameters:
      text - Formatted text to be sent; 1-getOption("message_text_length_max") characters. Only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, Code, Pre, PreCode, TextUrl and MentionName entities are allowed to be specified manually.
      disableWebPagePreview - True, if rich web page previews for URLs in the message text must be disabled.
      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