public static class TdApi.ChatFilterInfo extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
iconName
The chosen or default icon name for short filter representation.
|
int |
id
Unique chat filter identifier.
|
java.lang.String |
title
The title of the filter; 1-12 characters without line feeds.
|
Constructor and Description |
---|
ChatFilterInfo()
Contains basic information about a chat filter.
|
ChatFilterInfo(int id,
java.lang.String title,
java.lang.String iconName)
Contains basic information about a chat filter.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int id
public java.lang.String title
public java.lang.String iconName
public static final int CONSTRUCTOR
public ChatFilterInfo()
public ChatFilterInfo(int id, java.lang.String title, java.lang.String iconName)
id
- Unique chat filter identifier.title
- The title of the filter; 1-12 characters without line feeds.iconName
- The chosen or default icon name for short filter representation. One of "All", "Unread", "Unmuted", "Bots", "Channels", "Groups", "Private", "Custom", "Setup", "Cat", "Crown", "Favorite", "Flower", "Game", "Home", "Love", "Mask", "Party", "Sport", "Study", "Trade", "Travel", "Work".public int getConstructor()
getConstructor
in class TdApi.Object