public static class TdApi.PushMessageContentChatChangeTitle extends TdApi.PushMessageContent
TdApi.PushMessageContent.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
title
New chat title.
|
Constructor and Description |
---|
PushMessageContentChatChangeTitle()
A chat title was edited.
|
PushMessageContentChatChangeTitle(java.lang.String title)
A chat title was edited.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String title
public static final int CONSTRUCTOR
public PushMessageContentChatChangeTitle()
public PushMessageContentChatChangeTitle(java.lang.String title)
title
- New chat title.public int getConstructor()
getConstructor
in class TdApi.PushMessageContent