Class TdApi.LinkPreviewOptions

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.LinkPreviewOptions
Enclosing class:
TdApi

public static class TdApi.LinkPreviewOptions extends TdApi.Object
Options to be used for generation of a link preview.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    boolean
    True, if shown media preview must be large; ignored in secret chats or if the URL isn't explicitly specified.
    boolean
    True, if shown media preview must be small; ignored in secret chats or if the URL isn't explicitly specified.
    boolean
    True, if link preview must be disabled.
    boolean
    True, if link preview must be shown above message text; otherwise, the link preview will be shown below the message text; ignored in secret chats.
    URL to use for link preview.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Options to be used for generation of a link preview.
    LinkPreviewOptions(boolean isDisabled, String url, boolean forceSmallMedia, boolean forceLargeMedia, boolean showAboveText)
    Options to be used for generation of a link preview.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Object

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • isDisabled

      public boolean isDisabled
      True, if link preview must be disabled.
    • url

      public String url
      URL to use for link preview. If empty, then the first URL found in the message text will be used.
    • forceSmallMedia

      public boolean forceSmallMedia
      True, if shown media preview must be small; ignored in secret chats or if the URL isn't explicitly specified.
    • forceLargeMedia

      public boolean forceLargeMedia
      True, if shown media preview must be large; ignored in secret chats or if the URL isn't explicitly specified.
    • showAboveText

      public boolean showAboveText
      True, if link preview must be shown above message text; otherwise, the link preview will be shown below the message text; ignored in secret chats.
    • CONSTRUCTOR

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

    • LinkPreviewOptions

      public LinkPreviewOptions()
      Options to be used for generation of a link preview.
    • LinkPreviewOptions

      public LinkPreviewOptions(boolean isDisabled, String url, boolean forceSmallMedia, boolean forceLargeMedia, boolean showAboveText)
      Options to be used for generation of a link preview.
      Parameters:
      isDisabled - True, if link preview must be disabled.
      url - URL to use for link preview. If empty, then the first URL found in the message text will be used.
      forceSmallMedia - True, if shown media preview must be small; ignored in secret chats or if the URL isn't explicitly specified.
      forceLargeMedia - True, if shown media preview must be large; ignored in secret chats or if the URL isn't explicitly specified.
      showAboveText - True, if link preview must be shown above message text; otherwise, the link preview will be shown below the message text; ignored in secret chats.
  • 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