public static class TdApi.MessageAutoDeleteTime extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
time
Message auto-delete time, in seconds.
|
| Constructor and Description |
|---|
MessageAutoDeleteTime()
Contains default auto-delete timer setting for new chats.
|
MessageAutoDeleteTime(int time)
Contains default auto-delete timer setting for new chats.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int time
public static final int CONSTRUCTOR
public MessageAutoDeleteTime()
public MessageAutoDeleteTime(int time)
time - Message auto-delete time, in seconds. If 0, then messages aren't deleted automatically.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object