-
Constructors in it.tdlight.jni with parameters of type TdApi.Document
Constructor |
Description |
Background(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.
|
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.
|
WebPage(String url,
String displayUrl,
String type,
String siteName,
String title,
TdApi.FormattedText description,
TdApi.Photo photo,
String embedUrl,
String embedType,
int embedWidth,
int embedHeight,
int duration,
String author,
TdApi.Animation animation,
TdApi.Audio audio,
TdApi.Document document,
TdApi.Sticker sticker,
TdApi.Video video,
TdApi.VideoNote videoNote,
TdApi.VoiceNote voiceNote,
int instantViewVersion) |
Describes a web page preview.
|