Package it.tdlight.jni
Class TdApi.MessageChatSetTtl
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageChatSetTtl
- Enclosing class:
- TdApi
public static class TdApi.MessageChatSetTtl extends TdApi.MessageContent
The TTL (Time To Live) setting for
messages in the chat has been changed.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
ttl
New message TTL setting. -
Constructor Summary
Constructors Constructor Description MessageChatSetTtl()
The TTL (Time To Live) setting for messages in the chat has been changed.MessageChatSetTtl(int ttl)
The TTL (Time To Live) setting for messages in the chat has been changed.MessageChatSetTtl(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
ttl
public int ttlNew message TTL setting. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
MessageChatSetTtl
public MessageChatSetTtl()The TTL (Time To Live) setting for messages in the chat has been changed. -
MessageChatSetTtl
public MessageChatSetTtl(int ttl)The TTL (Time To Live) setting for messages in the chat has been changed.- Parameters:
ttl
- int New message TTL setting.
-
MessageChatSetTtl
- 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()
-