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.linkPreviewOptionsOptions to be used for generation of the link preview; pass null to use default link preview options.TdApi.InputMessageText.linkPreviewOptionsOptions to be used for generation of a link preview; may be null if none; pass null to use default link preview options.TdApi.MessageText.linkPreviewOptionsOptions 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.