Module tdlight.api

Class TdApi.InternalLinkTypeMessageDraft

Enclosing class:
TdApi

public static final class TdApi.InternalLinkTypeMessageDraft extends TdApi.InternalLinkType
The link contains a message draft text. A share screen needs to be shown to the user, then the chosen chat must be opened and the text is added to the input field.
  • Field Details

    • text

      public TdApi.FormattedText text
      Message draft text.
    • CONSTRUCTOR

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

    • InternalLinkTypeMessageDraft

      public InternalLinkTypeMessageDraft()
      The link contains a message draft text. A share screen needs to be shown to the user, then the chosen chat must be opened and the text is added to the input field.
    • InternalLinkTypeMessageDraft

      public InternalLinkTypeMessageDraft(TdApi.FormattedText text, boolean containsLink)
      The link contains a message draft text. A share screen needs to be shown to the user, then the chosen chat must be opened and the text is added to the input field.
      Parameters:
      text - Message draft text.
      containsLink - True, if the first line of the text contains a link. If true, the input field needs to be focused and the text after the link must be selected.
    • InternalLinkTypeMessageDraft

      public InternalLinkTypeMessageDraft(DataInput input) throws IOException
      The link contains a message draft text. A share screen needs to be shown to the user, then the chosen chat must be opened and the text is added to the input field.
      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