Package org.drinkless.tdlib
Class TdApi.MessageChatUpgradeFrom
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.MessageContent
-
- org.drinkless.tdlib.TdApi.MessageChatUpgradeFrom
-
- Enclosing class:
- TdApi
public static class TdApi.MessageChatUpgradeFrom extends TdApi.MessageContent
A supergroup has been created from a basic group.
-
-
Field Summary
Fields Modifier and Type Field Description longbasicGroupIdThe identifier of the original basic group.static intCONSTRUCTORIdentifier uniquely determining type of the object.StringtitleTitle of the newly created supergroup.
-
Constructor Summary
Constructors Constructor Description MessageChatUpgradeFrom()A supergroup has been created from a basic group.MessageChatUpgradeFrom(String title, long basicGroupId)A supergroup has been created from a basic group.
-
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
Title of the newly created supergroup.
-
basicGroupId
public long basicGroupId
The identifier of the original basic group.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageChatUpgradeFrom
public MessageChatUpgradeFrom()
A supergroup has been created from a basic group.
-
MessageChatUpgradeFrom
public MessageChatUpgradeFrom(String title, long basicGroupId)
A supergroup has been created from a basic group.- Parameters:
title- Title of the newly created supergroup.basicGroupId- The identifier of the original basic group.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-