Package it.tdlight.jni
Class TdApi.MessageChatUpgradeFrom
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.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 int
basicGroupId
The identifier of the original basic group.static int
CONSTRUCTOR
String
title
Title of the newly created supergroup. -
Constructor Summary
Constructors Constructor Description MessageChatUpgradeFrom()
A supergroup has been created from a basic group.MessageChatUpgradeFrom(DataInput input)
MessageChatUpgradeFrom(String title, int basicGroupId)
A supergroup has been created from a basic group. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
title
Title of the newly created supergroup. -
basicGroupId
public int basicGroupIdThe identifier of the original basic group. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
MessageChatUpgradeFrom
public MessageChatUpgradeFrom()A supergroup has been created from a basic group. -
MessageChatUpgradeFrom
A supergroup has been created from a basic group.- Parameters:
title
- String Title of the newly created supergroup.basicGroupId
- int The identifier of the original basic group.
-
MessageChatUpgradeFrom
- 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()
-