Uses of Class
org.drinkless.tdlib.TdApi.Audio
Packages that use TdApi.Audio
-
Uses of TdApi.Audio in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.AudioModifier and TypeFieldDescriptionTdApi.InlineQueryResultAudio.audioAudio file.TdApi.LinkPreviewTypeAudio.audioThe audio description.TdApi.MessageAudio.audioThe audio description.TdApi.PageBlockAudio.audioAudio file; may be null.TdApi.PushMessageContentAudio.audioMessage content; may be null.TdApi.Audios.audiosList of audio files.TdApi.UserFullInfo.firstProfileAudioThe first audio file added to the user's profile; may be null if none.Constructors in org.drinkless.tdlib with parameters of type TdApi.AudioModifierConstructorDescriptionAudios(int totalCount, TdApi.Audio[] audios) Contains a list of audio files.InlineQueryResultAudio(String id, TdApi.Audio audio) Represents an audio file.LinkPreviewTypeAudio(TdApi.Audio audio) The link is a link to an audio.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.UserFullInfo(TdApi.ChatPhoto personalPhoto, TdApi.ChatPhoto photo, TdApi.ChatPhoto publicPhoto, TdApi.BlockList blockList, boolean canBeCalled, boolean supportsVideoCalls, boolean hasPrivateCalls, boolean hasPrivateForwards, boolean hasRestrictedVoiceAndVideoNoteMessages, boolean hasPostedToProfileStories, boolean hasSponsoredMessagesEnabled, boolean needPhoneNumberPrivacyException, boolean setChatBackground, TdApi.FormattedText bio, TdApi.Birthdate birthdate, long personalChatId, int giftCount, int groupInCommonCount, long incomingPaidMessageStarCount, long outgoingPaidMessageStarCount, TdApi.GiftSettings giftSettings, TdApi.BotVerification botVerification, TdApi.ProfileTab mainProfileTab, TdApi.Audio firstProfileAudio, TdApi.UserRating rating, TdApi.UserRating pendingRating, int pendingRatingDate, TdApi.FormattedText note, TdApi.BusinessInfo businessInfo, TdApi.BotInfo botInfo) Contains full information about a user.