public static class TdApi.UpdateStoryStealthMode extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
int |
activeUntilDate
Point in time (Unix timestamp) until stealth mode is active; 0 if it is disabled.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
cooldownUntilDate
Point in time (Unix timestamp) when stealth mode can be enabled again; 0 if there is no active cooldown.
|
| Constructor and Description |
|---|
UpdateStoryStealthMode()
Story stealth mode settings have changed.
|
UpdateStoryStealthMode(int activeUntilDate,
int cooldownUntilDate)
Story stealth mode settings have changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int activeUntilDate
public int cooldownUntilDate
public static final int CONSTRUCTOR
public UpdateStoryStealthMode()
public UpdateStoryStealthMode(int activeUntilDate,
int cooldownUntilDate)
activeUntilDate - Point in time (Unix timestamp) until stealth mode is active; 0 if it is disabled.cooldownUntilDate - Point in time (Unix timestamp) when stealth mode can be enabled again; 0 if there is no active cooldown.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object