Package org.drinkless.tdlib
Class TdApi.SupergroupMembersFilterBanned
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.SupergroupMembersFilter
-
- org.drinkless.tdlib.TdApi.SupergroupMembersFilterBanned
-
- Enclosing class:
- TdApi
public static class TdApi.SupergroupMembersFilterBanned extends TdApi.SupergroupMembersFilter
Returns users banned from the supergroup or channel; can be used only by administrators.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringqueryQuery to search for.
-
Constructor Summary
Constructors Constructor Description SupergroupMembersFilterBanned()Returns users banned from the supergroup or channel; can be used only by administrators.SupergroupMembersFilterBanned(String query)Returns users banned from the supergroup or channel; can be used only by administrators.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
query
public String query
Query to search for.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SupergroupMembersFilterBanned
public SupergroupMembersFilterBanned()
Returns users banned from the supergroup or channel; can be used only by administrators.
-
SupergroupMembersFilterBanned
public SupergroupMembersFilterBanned(String query)
Returns users banned from the supergroup or channel; can be used only by administrators.- Parameters:
query- Query to search for.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-