public static class TdApi.SetChatTitle extends TdApi.Function
Returns Ok
TdApi.Function.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
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() |
toString
public 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()
getConstructor
in class TdApi.Function