- Enclosing class:
- TdApi
Changes the chat title. Supported only
for basic groups, supergroups and
channels. Requires canChangeInfo administrator right.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
New title of the chat; 1-128 characters. -
Constructor Summary
ConstructorDescriptionChanges the chat title.SetChatTitle
(long chatId, String title) Changes the chat title.SetChatTitle
(DataInput input) Changes the chat title. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier. -
title
New title of the chat; 1-128 characters. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SetChatTitle
public SetChatTitle()Changes the chat title. Supported only for basic groups, supergroups and channels. Requires canChangeInfo administrator right. ReturnsOk
-
SetChatTitle
Changes the chat title. Supported only for basic groups, supergroups and channels. Requires canChangeInfo administrator right. ReturnsOk
- Parameters:
chatId
- long Chat identifier.title
- String New title of the chat; 1-128 characters.
-
SetChatTitle
Changes the chat title. Supported only for basic groups, supergroups and channels. Requires canChangeInfo administrator right. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-