Package org.drinkless.tdlib
Class TdApi.SearchMessagesChatTypeFilterPrivate
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.SearchMessagesChatTypeFilter
org.drinkless.tdlib.TdApi.SearchMessagesChatTypeFilterPrivate
- Enclosing class:
TdApi
public static class TdApi.SearchMessagesChatTypeFilterPrivate
extends TdApi.SearchMessagesChatTypeFilter
Returns only messages in private chats.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.SearchMessagesChatTypeFilter
TdApi.SearchMessagesChatTypeFilter.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionReturns only messages in private chats. -
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
-
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SearchMessagesChatTypeFilterPrivate
public SearchMessagesChatTypeFilterPrivate()Returns only messages in private chats.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.SearchMessagesChatTypeFilter- Returns:
- this.CONSTRUCTOR
-