Uses of Class
it.tdlight.jni.TdApi.LinkPreviewOptions
-
Uses of TdApi.LinkPreviewOptions in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.GetWebPagePreview.linkPreviewOptions
Options to be used for generation of the link preview; pass null to use default link preview options.TdApi.InputMessageText.linkPreviewOptions
Options to be used for generation of a link preview; may be null if none; pass null to use default link preview options.TdApi.MessageText.linkPreviewOptions
Options which were used for generation of the link preview; may be null if default options were used.ModifierConstructorDescriptionGetWebPagePreview
(TdApi.FormattedText text, TdApi.LinkPreviewOptions linkPreviewOptions) Returns a link preview by the text of a message.InputMessageText
(TdApi.FormattedText text, TdApi.LinkPreviewOptions linkPreviewOptions, boolean clearDraft) A text message.MessageText
(TdApi.FormattedText text, TdApi.WebPage webPage, TdApi.LinkPreviewOptions linkPreviewOptions) A text message.