Package org.drinkless.tdlib
Class TdApi.GetLiveStoryTopDonors
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.LiveStoryDonors>
org.drinkless.tdlib.TdApi.GetLiveStoryTopDonors
- Enclosing class:
- TdApi
Returns the list of top live story donors.
Returns LiveStoryDonors
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intGroup call identifier of the live story. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns the list of top live story donors.GetLiveStoryTopDonors(int groupCallId) Creates a function, which returns the list of top live story donors. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
groupCallId
public int groupCallIdGroup call identifier of the live story. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetLiveStoryTopDonors
public GetLiveStoryTopDonors()Default constructor for a function, which returns the list of top live story donors.Returns
LiveStoryDonors -
GetLiveStoryTopDonors
public GetLiveStoryTopDonors(int groupCallId) Creates a function, which returns the list of top live story donors.Returns
LiveStoryDonors- Parameters:
groupCallId- Group call identifier of the live story.
-
-
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
-