Package org.drinkless.tdlib
Class TdApi.GetPublicPostSearchLimits
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.PublicPostSearchLimits>
org.drinkless.tdlib.TdApi.GetPublicPostSearchLimits
- Enclosing class:
- TdApi
public static class TdApi.GetPublicPostSearchLimits
extends TdApi.Function<TdApi.PublicPostSearchLimits>
Checks public post search limits without actually performing the search.
Returns PublicPostSearchLimits
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Query that will be searched for. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which checks public post search limits without actually performing the search.GetPublicPostSearchLimits(String query) Creates a function, which checks public post search limits without actually performing the search. -
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
-
query
Query that will be searched for. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetPublicPostSearchLimits
public GetPublicPostSearchLimits()Default constructor for a function, which checks public post search limits without actually performing the search.Returns
PublicPostSearchLimits -
GetPublicPostSearchLimits
Creates a function, which checks public post search limits without actually performing the search.Returns
PublicPostSearchLimits- Parameters:
query- Query that will be searched for.
-
-
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
-