Uses of Class
org.drinkless.tdlib.TdApi.Document
Packages that use TdApi.Document
-
Uses of TdApi.Document in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.DocumentModifier and TypeFieldDescriptionTdApi.Background.documentDocument with the background; may be null.TdApi.InlineQueryResultDocument.documentDocument.TdApi.LinkPreviewTypeBackground.documentDocument with the background; may be null for filled backgrounds.TdApi.LinkPreviewTypeDocument.documentThe document description.TdApi.MessageDocument.documentThe document description.TdApi.PushMessageContentDocument.documentMessage content; may be null.TdApi.RichTextIcon.documentThe image represented as a document.TdApi.LinkPreviewTypeTheme.documentsThe list of files with theme description.Constructors in org.drinkless.tdlib with parameters of type TdApi.DocumentModifierConstructorDescriptionBackground(long id, boolean isDefault, boolean isDark, String name, TdApi.Document document, TdApi.BackgroundType type) Describes a chat background.InlineQueryResultDocument(String id, TdApi.Document document, String title, String description) Represents a document.LinkPreviewTypeBackground(TdApi.Document document, TdApi.BackgroundType backgroundType) The link is a link to a background.LinkPreviewTypeDocument(TdApi.Document document) The link is a link to a general file.LinkPreviewTypeTheme(TdApi.Document[] documents, TdApi.ThemeSettings settings) The link is a link to a cloud theme.MessageDocument(TdApi.Document document, TdApi.FormattedText caption) A document message (general file).PushMessageContentDocument(TdApi.Document document, boolean isPinned) A document message (a general file).RichTextIcon(TdApi.Document document, int width, int height) A small image inside the text.