public static class TdApi.RecommendedChatFilters extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
TdApi.RecommendedChatFilter[] |
chatFilters
List of recommended chat filters.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
RecommendedChatFilters()
Contains a list of recommended chat filters.
|
RecommendedChatFilters(TdApi.RecommendedChatFilter[] chatFilters)
Contains a list of recommended chat filters.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.RecommendedChatFilter[] chatFilters
public static final int CONSTRUCTOR
public RecommendedChatFilters()
public RecommendedChatFilters(TdApi.RecommendedChatFilter[] chatFilters)
chatFilters
- List of recommended chat filters.public int getConstructor()
getConstructor
in class TdApi.Object