Package org.drinkless.tdlib
Class TdApi.PushMessageContentChatChangeTitle
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.PushMessageContent
-
- org.drinkless.tdlib.TdApi.PushMessageContentChatChangeTitle
-
- Enclosing class:
- TdApi
public static class TdApi.PushMessageContentChatChangeTitle extends TdApi.PushMessageContent
A chat title was edited.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringtitleNew chat title.
-
Constructor Summary
Constructors Constructor Description PushMessageContentChatChangeTitle()A chat title was edited.PushMessageContentChatChangeTitle(String title)A chat title was edited.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
title
public String title
New chat title.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PushMessageContentChatChangeTitle
public PushMessageContentChatChangeTitle()
A chat title was edited.
-
PushMessageContentChatChangeTitle
public PushMessageContentChatChangeTitle(String title)
A chat title was edited.- Parameters:
title- New chat title.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-