Uses of Class
org.drinkless.tdlib.TdApi.LinkPreviewOptions
Packages that use TdApi.LinkPreviewOptions
-
Uses of TdApi.LinkPreviewOptions in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.LinkPreviewOptionsModifier and TypeFieldDescriptionTdApi.GetLinkPreview.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.Constructors in org.drinkless.tdlib with parameters of type TdApi.LinkPreviewOptionsModifierConstructorDescriptionGetLinkPreview
(TdApi.FormattedText text, TdApi.LinkPreviewOptions linkPreviewOptions) Creates a function, which 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.LinkPreview linkPreview, TdApi.LinkPreviewOptions linkPreviewOptions) A text message.