public static class TdApi.PushMessageContentChatChangeTitle extends TdApi.PushMessageContent
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String title
public static final int CONSTRUCTOR
public PushMessageContentChatChangeTitle()
public PushMessageContentChatChangeTitle(java.lang.String title)
title - New chat title.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object