Package org.drinkless.tdlib
Class TdApi.ProductInfo
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ProductInfo
- Enclosing class:
- TdApi
Contains information about a product that can be paid with invoice.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Product description.Product photo; may be null.Product title. -
Constructor Summary
ConstructorsConstructorDescriptionContains information about a product that can be paid with invoice.ProductInfo(String title, TdApi.FormattedText description, TdApi.Photo photo) Contains information about a product that can be paid with invoice. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
title
Product title. -
description
Product description. -
photo
Product photo; may be null. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ProductInfo
public ProductInfo()Contains information about a product that can be paid with invoice. -
ProductInfo
Contains information about a product that can be paid with invoice.- Parameters:
title- Product title.description- Product description.photo- Product photo; may be null.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-