Package it.tdlight.jni
Class TdApi.MessageSupergroupChatCreate
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageSupergroupChatCreate
- Enclosing class:
- TdApi
public static class TdApi.MessageSupergroupChatCreate extends TdApi.MessageContent
A newly created supergroup or channel.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
title
Title of the supergroup or channel. -
Constructor Summary
Constructors Constructor Description MessageSupergroupChatCreate()
A newly created supergroup or channel.MessageSupergroupChatCreate(DataInput input)
MessageSupergroupChatCreate(String title)
A newly created supergroup or channel. -
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 supergroup or channel. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
MessageSupergroupChatCreate
public MessageSupergroupChatCreate()A newly created supergroup or channel. -
MessageSupergroupChatCreate
A newly created supergroup or channel.- Parameters:
title
- String Title of the supergroup or channel.
-
MessageSupergroupChatCreate
- 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()
-