Uses of Class
org.drinkless.tdlib.TdApi.Audio
-
Packages that use TdApi.Audio Package Description org.drinkless.tdlib -
-
Uses of TdApi.Audio in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.Audio Modifier and Type Field Description TdApi.AudioTdApi.InlineQueryResultAudio. audioAudio file.TdApi.AudioTdApi.MessageAudio. audioThe audio description.TdApi.AudioTdApi.PageBlockAudio. audioAudio file; may be null.TdApi.AudioTdApi.PushMessageContentAudio. audioMessage content; may be null.TdApi.AudioTdApi.WebPage. audioPreview of the content as an audio file, if available; may be null.Constructors in org.drinkless.tdlib with parameters of type TdApi.Audio Constructor Description InlineQueryResultAudio(String id, TdApi.Audio audio)Represents an audio file.MessageAudio(TdApi.Audio audio, TdApi.FormattedText caption)An audio message.PageBlockAudio(TdApi.Audio audio, TdApi.PageBlockCaption caption)An audio file.PushMessageContentAudio(TdApi.Audio audio, boolean isPinned)An audio 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.
-