Uses of Class
org.drinkless.tdlib.TdApi.Video
-
Packages that use TdApi.Video Package Description org.drinkless.tdlib -
-
Uses of TdApi.Video in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.Video Modifier and Type Field Description TdApi.VideoTdApi.InlineQueryResultVideo. videoVideo.TdApi.VideoTdApi.MessageVideo. videoThe video description.TdApi.VideoTdApi.PageBlockVideo. videoVideo file; may be null.TdApi.VideoTdApi.PushMessageContentVideo. videoMessage content; may be null.TdApi.VideoTdApi.WebPage. videoPreview of the content as a video, if available; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.Video Constructor Description InlineQueryResultVideo(String id, TdApi.Video video, String title, String description)Represents a video.MessageVideo(TdApi.Video video, TdApi.FormattedText caption, boolean isSecret)A video message.PageBlockVideo(TdApi.Video video, TdApi.PageBlockCaption caption, boolean needAutoplay, boolean isLooped)A video.PushMessageContentVideo(TdApi.Video video, String caption, boolean isSecret, boolean isPinned)A video 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.
-