Package org.drinkless.tdlib
Class TdApi.SupergroupMembersFilterMention
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.SupergroupMembersFilter
org.drinkless.tdlib.TdApi.SupergroupMembersFilterMention
- Enclosing class:
- TdApi
Returns users which can be mentioned in the supergroup.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Query to search for.Identifier of the topic in which the users will be mentioned; pass null if none. -
Constructor Summary
ConstructorsConstructorDescriptionReturns users which can be mentioned in the supergroup.SupergroupMembersFilterMention(String query, TdApi.MessageTopic topicId) Returns users which can be mentioned in the supergroup. -
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
-
query
Query to search for. -
topicId
Identifier of the topic in which the users will be mentioned; pass null if none. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SupergroupMembersFilterMention
public SupergroupMembersFilterMention()Returns users which can be mentioned in the supergroup. -
SupergroupMembersFilterMention
Returns users which can be mentioned in the supergroup.- Parameters:
query- Query to search for.topicId- Identifier of the topic in which the users will be mentioned; pass null if none.
-
-
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
-