Uses of Class
it.tdlight.jni.TdApi.MessageExtendedMedia
-
Uses of TdApi.MessageExtendedMedia in it.tdlight.jni
Modifier and TypeClassDescriptionstatic final class
The media is a photo.static final class
The media is hidden until the invoice is paid.static final class
The media is unsupported.static final class
The media is a video.Modifier and TypeFieldDescriptionTdApi.MessageInvoice.extendedMedia
Extended media attached to the invoice; may be null.ModifierConstructorDescriptionMessageInvoice
(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.