Package org.drinkless.tdlib
Class TdApi.StarTransactionPartnerChannel
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StarTransactionPartner
org.drinkless.tdlib.TdApi.StarTransactionPartnerChannel
- Enclosing class:
- TdApi
The transaction is a transaction with a channel chat.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.StarTransactionPartner
TdApi.StarTransactionPartner.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the chat.static final intIdentifier uniquely determining type of the object.Information about the bought media.longIdentifier of the corresponding message with paid media; can be an identifier of a deleted message. -
Constructor Summary
ConstructorsConstructorDescriptionThe transaction is a transaction with a channel chat.StarTransactionPartnerChannel(long chatId, long paidMediaMessageId, TdApi.PaidMedia[] media) The transaction is a transaction with a channel chat. -
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
-
chatId
public long chatIdIdentifier of the chat. -
paidMediaMessageId
public long paidMediaMessageIdIdentifier of the corresponding message with paid media; can be an identifier of a deleted message. -
media
Information about the bought media. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
StarTransactionPartnerChannel
public StarTransactionPartnerChannel()The transaction is a transaction with a channel chat. -
StarTransactionPartnerChannel
The transaction is a transaction with a channel chat.- Parameters:
chatId- Identifier of the chat.paidMediaMessageId- Identifier of the corresponding message with paid media; can be an identifier of a deleted message.media- Information about the bought media.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.StarTransactionPartner- Returns:
- this.CONSTRUCTOR
-