Package org.drinkless.tdlib
Class TdApi.StarTransactionTypePaidGroupCallMessageReceive
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StarTransactionType
org.drinkless.tdlib.TdApi.StarTransactionTypePaidGroupCallMessageReceive
- Enclosing class:
- TdApi
public static class TdApi.StarTransactionTypePaidGroupCallMessageReceive
extends TdApi.StarTransactionType
The transaction is a receiving of a paid group call message; relevant for regular users and channel chats only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe number of Telegram Stars received by the Telegram for each 1000 Telegram Stars paid for message sending.The amount of Telegram Stars that were received by Telegram; can be negative for refunds.static final intIdentifier uniquely determining type of the object.Identifier of the sender of the message. -
Constructor Summary
ConstructorsConstructorDescriptionThe transaction is a receiving of a paid group call message; relevant for regular users and channel chats only.StarTransactionTypePaidGroupCallMessageReceive(TdApi.MessageSender senderId, int commissionPerMille, TdApi.StarAmount commissionStarAmount) The transaction is a receiving of a paid group call message; relevant for regular users and channel chats only. -
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
-
senderId
Identifier of the sender of the message. -
commissionPerMille
public int commissionPerMilleThe number of Telegram Stars received by the Telegram for each 1000 Telegram Stars paid for message sending. -
commissionStarAmount
The amount of Telegram Stars that were received by Telegram; can be negative for refunds. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
StarTransactionTypePaidGroupCallMessageReceive
public StarTransactionTypePaidGroupCallMessageReceive()The transaction is a receiving of a paid group call message; relevant for regular users and channel chats only. -
StarTransactionTypePaidGroupCallMessageReceive
public StarTransactionTypePaidGroupCallMessageReceive(TdApi.MessageSender senderId, int commissionPerMille, TdApi.StarAmount commissionStarAmount) The transaction is a receiving of a paid group call message; relevant for regular users and channel chats only.- Parameters:
senderId- Identifier of the sender of the message.commissionPerMille- The number of Telegram Stars received by the Telegram for each 1000 Telegram Stars paid for message sending.commissionStarAmount- The amount of Telegram Stars that were received by Telegram; can be negative for refunds.
-
-
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
-