public static class TdApi.ReadChatList extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
TdApi.ChatList |
chatList
Chat list in which to mark all chats as read.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
ReadChatList()
Default constructor for a function, which traverse all chats in a chat list and marks all messages in the chats as read.
|
ReadChatList(TdApi.ChatList chatList)
Creates a function, which traverse all chats in a chat list and marks all messages in the chats as read.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatList chatList
public static final int CONSTRUCTOR
public ReadChatList()
Returns Ok
public ReadChatList(TdApi.ChatList chatList)
Returns Ok
chatList - Chat list in which to mark all chats as read.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object