Module tdlight.api

Class TdApi.GetWebPagePreview

Enclosing class:
TdApi

public static final class TdApi.GetWebPagePreview extends TdApi.Function<TdApi.WebPage>
Returns a link preview by the text of a message. Do not call this function too often. Returns a 404 error if the text has no link preview.

Returns WebPage

  • Field Details

    • text

      public TdApi.FormattedText text
      Message text with formatting.
    • linkPreviewOptions

      public TdApi.LinkPreviewOptions linkPreviewOptions
      Options to be used for generation of the link preview; pass null to use default link preview options.
    • CONSTRUCTOR

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

    • GetWebPagePreview

      public GetWebPagePreview()
      Returns a link preview by the text of a message. Do not call this function too often. Returns a 404 error if the text has no link preview.

      Returns WebPage

    • GetWebPagePreview

      public GetWebPagePreview(TdApi.FormattedText text, TdApi.LinkPreviewOptions linkPreviewOptions)
      Returns a link preview by the text of a message. Do not call this function too often. Returns a 404 error if the text has no link preview.

      Returns WebPage

      Parameters:
      text - Message text with formatting.
      linkPreviewOptions - Options to be used for generation of the link preview; pass null to use default link preview options.

      Returns WebPage

    • GetWebPagePreview

      public GetWebPagePreview(DataInput input) throws IOException
      Returns a link preview by the text of a message. Do not call this function too often. Returns a 404 error if the text has no link preview.

      Returns WebPage

      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