public static class TdApi.UpdateChatTitle extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Update