Class TdApi.ChatListFilter

Enclosing class:
TdApi

public static class TdApi.ChatListFilter
extends TdApi.ChatList
A list of chats belonging to a chat filter.
  • Field Details

    • chatFilterId

      public int chatFilterId
      Chat filter identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • ChatListFilter

      public ChatListFilter()
      A list of chats belonging to a chat filter.
    • ChatListFilter

      public ChatListFilter​(int chatFilterId)
      A list of chats belonging to a chat filter.
      Parameters:
      chatFilterId - int Chat filter identifier.
    • ChatListFilter

      public ChatListFilter​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details