public static class TdApi.SetChatTitle extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
title
New title of the chat; 1-128 characters.
|
| Constructor and Description |
|---|
SetChatTitle()
Default constructor for a function, which changes the chat title.
|
SetChatTitle(long chatId,
java.lang.String title)
Creates a function, which changes the chat title.
|
| 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 SetChatTitle()
Returns Ok
public SetChatTitle(long chatId,
java.lang.String title)
Returns Ok
chatId - Chat identifier.title - New title of the chat; 1-128 characters.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object