Package org.drinkless.tdlib
Class TdApi.UpdateNewGroupCallPaidReaction
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateNewGroupCallPaidReaction
- Enclosing class:
- TdApi
A new paid reaction was received in a live story group call.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intIdentifier of the group call.Identifier of the sender of the reaction.longThe number of Telegram Stars that were paid to send the reaction. -
Constructor Summary
ConstructorsConstructorDescriptionA new paid reaction was received in a live story group call.UpdateNewGroupCallPaidReaction(int groupCallId, TdApi.MessageSender senderId, long starCount) A new paid reaction was received in a live story group call. -
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
-
groupCallId
public int groupCallIdIdentifier of the group call. -
senderId
Identifier of the sender of the reaction. -
starCount
public long starCountThe number of Telegram Stars that were paid to send the reaction. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateNewGroupCallPaidReaction
public UpdateNewGroupCallPaidReaction()A new paid reaction was received in a live story group call. -
UpdateNewGroupCallPaidReaction
public UpdateNewGroupCallPaidReaction(int groupCallId, TdApi.MessageSender senderId, long starCount) A new paid reaction was received in a live story group call.- Parameters:
groupCallId- Identifier of the group call.senderId- Identifier of the sender of the reaction.starCount- The number of Telegram Stars that were paid to send the reaction.
-
-
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
-