Package org.drinkless.tdlib
Class TdApi.ChatFilterInfo
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatFilterInfo
-
- Enclosing class:
- TdApi
public static class TdApi.ChatFilterInfo extends TdApi.Object
Contains basic information about a chat filter.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringiconNameThe chosen or default icon name for short filter representation.intidUnique chat filter identifier.StringtitleThe title of the filter; 1-12 characters without line feeds.
-
Constructor Summary
Constructors Constructor Description ChatFilterInfo()Contains basic information about a chat filter.ChatFilterInfo(int id, String title, String iconName)Contains basic information about a chat filter.
-
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
-
id
public int id
Unique chat filter identifier.
-
title
public String title
The title of the filter; 1-12 characters without line feeds.
-
iconName
public String 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".
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatFilterInfo
public ChatFilterInfo()
Contains basic information about a chat filter.
-
ChatFilterInfo
public ChatFilterInfo(int id, String title, String iconName)Contains basic information about a chat filter.- Parameters:
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".
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-