Package org.drinkless.tdlib
Class TdApi.MessagePaidMessagesRefunded
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessagePaidMessagesRefunded
- Enclosing class:
- TdApi
Paid messages were refunded.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intThe number of refunded messages.longThe number of refunded Telegram Stars. -
Constructor Summary
ConstructorsConstructorDescriptionPaid messages were refunded.MessagePaidMessagesRefunded(int messageCount, long starCount) Paid messages were refunded. -
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
-
messageCount
public int messageCountThe number of refunded messages. -
starCount
public long starCountThe number of refunded Telegram Stars. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessagePaidMessagesRefunded
public MessagePaidMessagesRefunded()Paid messages were refunded. -
MessagePaidMessagesRefunded
public MessagePaidMessagesRefunded(int messageCount, long starCount) Paid messages were refunded.- Parameters:
messageCount- The number of refunded messages.starCount- The number of refunded Telegram Stars.
-
-
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
-