Package org.drinkless.tdlib
Class TdApi.UpdateChatFilters
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdateChatFilters
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateChatFilters extends TdApi.Update
The list of chat filters or a chat filter has changed.
-
-
Field Summary
Fields Modifier and Type Field Description TdApi.ChatFilterInfo[]chatFiltersThe new list of chat filters.static intCONSTRUCTORIdentifier uniquely determining type of the object.
-
Constructor Summary
Constructors Constructor Description UpdateChatFilters()The list of chat filters or a chat filter has changed.UpdateChatFilters(TdApi.ChatFilterInfo[] chatFilters)The list of chat filters or a chat filter has changed.
-
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
-
chatFilters
public TdApi.ChatFilterInfo[] chatFilters
The new list of chat filters.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateChatFilters
public UpdateChatFilters()
The list of chat filters or a chat filter has changed.
-
UpdateChatFilters
public UpdateChatFilters(TdApi.ChatFilterInfo[] chatFilters)
The list of chat filters or a chat filter has changed.- Parameters:
chatFilters- The new list of chat filters.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-