Module tdlight.api

Class TdApi.ChatListFilter

Enclosing class:
TdApi

public static final 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:
  • 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
      A list of chats belonging to a chat filter.
      Throws:
      IOException
  • Method Details