java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatMessageTtl
- Enclosing class:
- TdApi
The message Time To Live setting for
a chat was changed.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
int
New value of messageTtl. -
Constructor Summary
ConstructorDescriptionThe message Time To Live setting for a chat was changed.UpdateChatMessageTtl
(long chatId, int messageTtl) The message Time To Live setting for a chat was changed.UpdateChatMessageTtl
(DataInput input) The message Time To Live setting for a chat was changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageTtl
public int messageTtlNew value of messageTtl. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateChatMessageTtl
public UpdateChatMessageTtl()The message Time To Live setting for a chat was changed. -
UpdateChatMessageTtl
public UpdateChatMessageTtl(long chatId, int messageTtl) The message Time To Live setting for a chat was changed.- Parameters:
chatId
- long Chat identifier.messageTtl
- int New value of messageTtl.
-
UpdateChatMessageTtl
The message Time To Live setting for a chat was changed.- 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()
-