java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.LinkPreviewOptions
- Enclosing class:
- TdApi
Options to be used for generation of a link preview.
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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
ConstructorDescriptionOptions 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.LinkPreviewOptions
(DataInput input) Options to be used for generation of a link preview. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
isDisabled
public boolean isDisabledTrue, 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
public boolean forceSmallMediaTrue, if shown media preview must be small; ignored in secret chats or if the URL isn't explicitly specified. -
forceLargeMedia
public boolean forceLargeMediaTrue, if shown media preview must be large; ignored in secret chats or if the URL isn't explicitly specified. -
showAboveText
public boolean showAboveTextTrue, 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 CONSTRUCTORIdentifier 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.
-
LinkPreviewOptions
Options to be used for generation of a link preview.- 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 classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-