Uses of Class
org.drinkless.tdlib.TdApi.VideoNote
-
Packages that use TdApi.VideoNote Package Description org.drinkless.tdlib -
-
Uses of TdApi.VideoNote in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.VideoNote Modifier and Type Field Description TdApi.VideoNoteTdApi.MessageVideoNote. videoNoteThe video note description.TdApi.VideoNoteTdApi.PushMessageContentVideoNote. videoNoteMessage content; may be null.TdApi.VideoNoteTdApi.WebPage. videoNotePreview of the content as a video note, if available; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.VideoNote Constructor Description MessageVideoNote(TdApi.VideoNote videoNote, boolean isViewed, boolean isSecret)A video note message.PushMessageContentVideoNote(TdApi.VideoNote videoNote, boolean isPinned)A video note message.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.
-