Module tdlight.api

Class TdApi.ChatFilterInfo

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatFilterInfo
Enclosing class:
TdApi

public static final class TdApi.ChatFilterInfo extends TdApi.Object
Contains basic information about a chat filter.
  • Field Details

    • 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 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
      See Also:
  • Constructor Details

    • 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 - int Unique chat filter identifier.
      title - String The title of the filter; 1-12 characters without line feeds.
      iconName - String The 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".
    • ChatFilterInfo

      public ChatFilterInfo(DataInput input) throws IOException
      Contains basic information about a chat filter.
      Throws:
      IOException
  • Method Details