Uses of Class
it.tdlight.jni.TdApi.Photo
-
Uses of TdApi.Photo in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.PageBlockEmbeddedPost.authorPhoto
Post author photo; may be null.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.MessageExtendedMediaPhoto.photo
The photo.TdApi.MessageInvoice.photo
Product photo; may be null.TdApi.MessagePhoto.photo
The photo description.TdApi.PageBlockPhoto.photo
Photo file; may be null.TdApi.PageBlockRelatedArticle.photo
Article photo; may be null.TdApi.PaymentReceipt.photo
Product photo; may be null.TdApi.PushMessageContentPhoto.photo
Message content; may be null.TdApi.WebPage.photo
Image representing the content; may be null.TdApi.PageBlockEmbedded.posterPhoto
Poster photo, if available; may be null.TdApi.PaymentForm.productPhoto
Product photo; may be null.ModifierConstructorDescriptionBotInfo
(String shareText, String description, TdApi.Photo photo, TdApi.Animation animation, TdApi.BotMenuButton menuButton, TdApi.BotCommand[] commands, TdApi.ChatAdministratorRights defaultGroupAdministratorRights, TdApi.ChatAdministratorRights defaultChannelAdministratorRights) 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.MessageExtendedMediaPhoto
(TdApi.Photo photo, TdApi.FormattedText caption) The media is a photo.MessageInvoice
(String title, TdApi.FormattedText description, TdApi.Photo photo, String currency, long totalAmount, String startParameter, boolean isTest, boolean needShippingAddress, long receiptMessageId, TdApi.MessageExtendedMedia extendedMedia) A message with an invoice from a bot.MessagePhoto
(TdApi.Photo photo, TdApi.FormattedText caption, boolean isSecret) A photo 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.PaymentForm
(long id, TdApi.Invoice invoice, long sellerBotUserId, long paymentProviderUserId, TdApi.PaymentProvider paymentProvider, TdApi.PaymentOption[] additionalPaymentOptions, TdApi.OrderInfo savedOrderInfo, TdApi.SavedCredentials[] savedCredentials, boolean canSaveCredentials, boolean needPassword, String productTitle, TdApi.FormattedText productDescription, TdApi.Photo productPhoto) Contains information about an invoice payment form.PaymentReceipt
(String title, TdApi.FormattedText description, TdApi.Photo photo, int date, long sellerBotUserId, long paymentProviderUserId, TdApi.Invoice invoice, TdApi.OrderInfo orderInfo, TdApi.ShippingOption shippingOption, String credentialsTitle, long tipAmount) Contains information about a successful payment.PushMessageContentPhoto
(TdApi.Photo photo, String caption, boolean isSecret, boolean isPinned) A photo 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.