Package org.drinkless.tdlib
Class TdApi.UpdateChatTitle
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateChatTitle
- Enclosing class:
- TdApi
The title of a chat was changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.The new chat title. -
Constructor Summary
ConstructorsConstructorDescriptionThe title of a chat was changed.UpdateChatTitle(long chatId, String title) The title of a chat was changed. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
title
The new chat title. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateChatTitle
public UpdateChatTitle()The title of a chat was changed. -
UpdateChatTitle
The title of a chat was changed.- Parameters:
chatId- Chat identifier.title- The new chat title.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-