Module tdlight.api

Class TdApi.ReadChatList

Enclosing class:
TdApi

public static final class TdApi.ReadChatList extends TdApi.Function<TdApi.Ok>
Traverse all chats in a chat list and marks all messages in the chats as read. Returns Ok
  • Field Details

  • Constructor Details

    • ReadChatList

      public ReadChatList()
      Traverse all chats in a chat list and marks all messages in the chats as read. Returns Ok
    • ReadChatList

      public ReadChatList(TdApi.ChatList chatList)
      Traverse all chats in a chat list and marks all messages in the chats as read. Returns Ok
      Parameters:
      chatList - ChatList Chat list in which to mark all chats as read.
    • ReadChatList

      public ReadChatList(DataInput input) throws IOException
      Traverse all chats in a chat list and marks all messages in the chats as read. Returns Ok
      Throws:
      IOException
  • Method Details