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.document
Document with the background; may be null.TdApi.InlineQueryResultDocument.document
Document.TdApi.LinkPreviewTypeBackground.document
Document with the background; may be null for filled backgrounds.TdApi.LinkPreviewTypeDocument.document
The document description.TdApi.MessageDocument.document
The document description.TdApi.PushMessageContentDocument.document
Message content; may be null.TdApi.RichTextIcon.document
The image represented as a document.TdApi.LinkPreviewTypeTheme.documents
The 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.