Package it.tdlight.jni
Class TdApi.PushMessageContentChatChangeTitle
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PushMessageContent
it.tdlight.jni.TdApi.PushMessageContentChatChangeTitle
- Enclosing class:
- TdApi
public static class TdApi.PushMessageContentChatChangeTitle extends TdApi.PushMessageContent
A chat title was edited.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
title
New chat title. -
Constructor Summary
Constructors Constructor Description PushMessageContentChatChangeTitle()
A chat title was edited.PushMessageContentChatChangeTitle(DataInput input)
PushMessageContentChatChangeTitle(String title)
A chat title was edited. -
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
-
title
New chat title. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
PushMessageContentChatChangeTitle
public PushMessageContentChatChangeTitle()A chat title was edited. -
PushMessageContentChatChangeTitle
A chat title was edited.- Parameters:
title
- String New chat title.
-
PushMessageContentChatChangeTitle
- 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()
-