Package org.drinkless.tdlib
Class TdApi.UpdateLiveStoryTopDonors
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateLiveStoryTopDonors
- Enclosing class:
- TdApi
The list of top donors in live story group call has changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.New list of live story donors.intIdentifier of the group call. -
Constructor Summary
ConstructorsConstructorDescriptionThe list of top donors in live story group call has changed.UpdateLiveStoryTopDonors(int groupCallId, TdApi.LiveStoryDonors donors) The list of top donors in live story group call has changed. -
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. -
donors
New list of live story donors. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateLiveStoryTopDonors
public UpdateLiveStoryTopDonors()The list of top donors in live story group call has changed. -
UpdateLiveStoryTopDonors
The list of top donors in live story group call has changed.- Parameters:
groupCallId- Identifier of the group call.donors- New list of live story donors.
-
-
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
-