public static class TdApi.MessageSelfDestructTypeTimer extends TdApi.MessageSelfDestructType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
selfDestructTime
The message's self-destruct time, in seconds; must be between 0 and 60 in private chats.
|
| Constructor and Description |
|---|
MessageSelfDestructTypeTimer()
The message will be self-destructed in the specified time after its content was opened.
|
MessageSelfDestructTypeTimer(int selfDestructTime)
The message will be self-destructed in the specified time after its content was opened.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int selfDestructTime
public static final int CONSTRUCTOR
public MessageSelfDestructTypeTimer()
public MessageSelfDestructTypeTimer(int selfDestructTime)
selfDestructTime - The message's self-destruct time, in seconds; must be between 0 and 60 in private chats.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object