Class TdApi.ChatFilterInfo

  • Enclosing class:
    TdApi

    public static class TdApi.ChatFilterInfo
    extends TdApi.Object
    Contains basic information about a chat filter.
    • 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".