Uses of Class
org.drinkless.tdlib.TdApi.Photo
Packages that use TdApi.Photo
-
Uses of TdApi.Photo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.PhotoModifier and TypeFieldDescriptionTdApi.PageBlockEmbeddedPost.authorPhoto
Post author photo; may be null.TdApi.LinkPreviewTypeVideo.cover
Cover of the video; may be null if none.TdApi.MessageVideo.cover
Cover of the video; may be null if none.TdApi.PaidMediaVideo.cover
Cover of the video; may be null if none.TdApi.BotInfo.photo
Photo shown in the chat with the bot if the chat is empty; may be null.TdApi.Game.photo
Game photo.TdApi.InlineQueryResultPhoto.photo
Photo.TdApi.LinkPreviewAlbumMediaPhoto.photo
Photo description.TdApi.LinkPreviewTypeApp.photo
Photo for the app.TdApi.LinkPreviewTypeArticle.photo
Article's main photo; may be null.TdApi.LinkPreviewTypePhoto.photo
The photo.TdApi.LinkPreviewTypeWebApp.photo
Web App photo; may be null if none.TdApi.MessagePhoto.photo
The photo.TdApi.MessageSponsor.photo
Photo of the sponsor; may be null if must not be shown.TdApi.PageBlockPhoto.photo
Photo file; may be null.TdApi.PageBlockRelatedArticle.photo
Article photo; may be null.TdApi.PaidMediaPhoto.photo
The photo.TdApi.ProductInfo.photo
Product photo; may be null.TdApi.PushMessageContentPhoto.photo
Message content; may be null.TdApi.SharedChat.photo
Photo of the chat; for bots only; may be null.TdApi.SharedUser.photo
Profile photo of the user; for bots only; may be null.TdApi.StarSubscriptionTypeBot.photo
Subscription invoice photo.TdApi.StoryContentPhoto.photo
The photo.TdApi.WebApp.photo
Web App photo.TdApi.PageBlockEmbedded.posterPhoto
Poster photo, if available; may be null.TdApi.LinkPreviewTypeEmbeddedAnimationPlayer.thumbnail
Thumbnail of the animation; may be null if unknown.TdApi.LinkPreviewTypeEmbeddedAudioPlayer.thumbnail
Thumbnail of the audio; may be null if unknown.TdApi.LinkPreviewTypeEmbeddedVideoPlayer.thumbnail
Thumbnail of the video; may be null if unknown.Constructors in org.drinkless.tdlib with parameters of type TdApi.PhotoModifierConstructorDescriptionBotInfo
(String shortDescription, String description, TdApi.Photo photo, TdApi.Animation animation, TdApi.BotMenuButton menuButton, TdApi.BotCommand[] commands, String privacyPolicyUrl, TdApi.ChatAdministratorRights defaultGroupAdministratorRights, TdApi.ChatAdministratorRights defaultChannelAdministratorRights, TdApi.AffiliateProgramInfo affiliateProgram, int webAppBackgroundLightColor, int webAppBackgroundDarkColor, int webAppHeaderLightColor, int webAppHeaderDarkColor, TdApi.BotVerificationParameters verificationParameters, boolean canGetRevenueStatistics, boolean canManageEmojiStatus, boolean hasMediaPreviews, TdApi.InternalLinkType editCommandsLink, TdApi.InternalLinkType editDescriptionLink, TdApi.InternalLinkType editDescriptionMediaLink, TdApi.InternalLinkType editSettingsLink) Contains information about a bot.Game
(long id, String shortName, String title, TdApi.FormattedText text, String description, TdApi.Photo photo, TdApi.Animation animation) Describes a game.InlineQueryResultPhoto
(String id, TdApi.Photo photo, String title, String description) Represents a photo.The media is a photo.LinkPreviewTypeApp
(TdApi.Photo photo) The link is a link to an app at App Store or Google Play.The link is a link to a web site.LinkPreviewTypeEmbeddedAnimationPlayer
(String url, TdApi.Photo thumbnail, int duration, int width, int height) The link is a link to an animation player.LinkPreviewTypeEmbeddedAudioPlayer
(String url, TdApi.Photo thumbnail, int duration, int width, int height) The link is a link to an audio player.LinkPreviewTypeEmbeddedVideoPlayer
(String url, TdApi.Photo thumbnail, int duration, int width, int height) The link is a link to a video player.LinkPreviewTypePhoto
(TdApi.Photo photo) The link is a link to a photo.LinkPreviewTypeVideo
(TdApi.Video video, TdApi.Photo cover, int startTimestamp) The link is a link to a video.LinkPreviewTypeWebApp
(TdApi.Photo photo) The link is a link to a Web App.MessagePhoto
(TdApi.Photo photo, TdApi.FormattedText caption, boolean showCaptionAboveMedia, boolean hasSpoiler, boolean isSecret) A photo message.MessageSponsor
(String url, TdApi.Photo photo, String info) Information about the sponsor of a message.MessageVideo
(TdApi.Video video, TdApi.AlternativeVideo[] alternativeVideos, TdApi.Photo cover, int startTimestamp, TdApi.FormattedText caption, boolean showCaptionAboveMedia, boolean hasSpoiler, boolean isSecret) A video message.PageBlockEmbedded
(String url, String html, TdApi.Photo posterPhoto, int width, int height, TdApi.PageBlockCaption caption, boolean isFullWidth, boolean allowScrolling) An embedded web page.PageBlockEmbeddedPost
(String url, String author, TdApi.Photo authorPhoto, int date, TdApi.PageBlock[] pageBlocks, TdApi.PageBlockCaption caption) An embedded post.PageBlockPhoto
(TdApi.Photo photo, TdApi.PageBlockCaption caption, String url) A photo.PageBlockRelatedArticle
(String url, String title, String description, TdApi.Photo photo, String author, int publishDate) Contains information about a related article.PaidMediaPhoto
(TdApi.Photo photo) The media is a photo.PaidMediaVideo
(TdApi.Video video, TdApi.Photo cover, int startTimestamp) The media is a video.ProductInfo
(String title, TdApi.FormattedText description, TdApi.Photo photo) Contains information about a product that can be paid with invoice.PushMessageContentPhoto
(TdApi.Photo photo, String caption, boolean isSecret, boolean isPinned) A photo message.SharedChat
(long chatId, String title, String username, TdApi.Photo photo) Contains information about a chat shared with a bot.SharedUser
(long userId, String firstName, String lastName, String username, TdApi.Photo photo) Contains information about a user shared with a bot.StarSubscriptionTypeBot
(boolean isCanceledByBot, String title, TdApi.Photo photo, String invoiceLink) Describes a subscription in a bot or a business account.StoryContentPhoto
(TdApi.Photo photo) A photo story.WebApp
(String shortName, String title, String description, TdApi.Photo photo, TdApi.Animation animation) Describes a Web App.