public static class TdApi.ProductInfo extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.FormattedText |
description
Product description.
|
TdApi.Photo |
photo
Product photo; may be null.
|
java.lang.String |
title
Product title.
|
| Constructor and Description |
|---|
ProductInfo()
Contains information about a product that can be paid with invoice.
|
ProductInfo(java.lang.String title,
TdApi.FormattedText description,
TdApi.Photo photo)
Contains information about a product that can be paid with invoice.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String title
public TdApi.FormattedText description
public TdApi.Photo photo
public static final int CONSTRUCTOR
public ProductInfo()
public ProductInfo(java.lang.String title,
TdApi.FormattedText description,
TdApi.Photo photo)
title - Product title.description - Product description.photo - Product photo; may be null.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object