public static class TdApi.UpdateChatTitle extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
title
The new chat title.
|
| Constructor and Description |
|---|
UpdateChatTitle()
The title of a chat was changed.
|
UpdateChatTitle(long chatId,
java.lang.String title)
The title of a chat was changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public java.lang.String title
public static final int CONSTRUCTOR
public UpdateChatTitle()
public UpdateChatTitle(long chatId,
java.lang.String title)
chatId - Chat identifier.title - The new chat title.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object