java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageAutoDeleteTime
- Enclosing class:
- TdApi
Contains default auto-delete timer
setting for new chats.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Message auto-delete time, in seconds. -
Constructor Summary
ConstructorDescriptionContains default auto-delete timer setting for new chats.MessageAutoDeleteTime
(int time) Contains default auto-delete timer setting for new chats.MessageAutoDeleteTime
(DataInput input) Contains default auto-delete timer setting for new chats. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
time
public int timeMessage auto-delete time, in seconds. If 0, then messages aren't deleted automatically. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
MessageAutoDeleteTime
public MessageAutoDeleteTime()Contains default auto-delete timer setting for new chats. -
MessageAutoDeleteTime
public MessageAutoDeleteTime(int time) Contains default auto-delete timer setting for new chats.- Parameters:
time
- int Message auto-delete time, in seconds. If 0, then messages aren't deleted automatically.
-
MessageAutoDeleteTime
Contains default auto-delete timer setting for new chats.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-