public static class TdApi.SetArchiveChatListSettings extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ArchiveChatListSettings |
settings
New settings.
|
| Constructor and Description |
|---|
SetArchiveChatListSettings()
Default constructor for a function, which changes settings for automatic moving of chats to and from the Archive chat lists.
|
SetArchiveChatListSettings(TdApi.ArchiveChatListSettings settings)
Creates a function, which changes settings for automatic moving of chats to and from the Archive chat lists.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ArchiveChatListSettings settings
public static final int CONSTRUCTOR
public SetArchiveChatListSettings()
Returns Ok
public SetArchiveChatListSettings(TdApi.ArchiveChatListSettings settings)
Returns Ok
settings - New settings.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object