Package org.drinkless.tdlib
Class TdApi.MessageSupergroupChatCreate
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.MessageContent
-
- org.drinkless.tdlib.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 intCONSTRUCTORIdentifier uniquely determining type of the object.StringtitleTitle of the supergroup or channel.
-
Constructor Summary
Constructors Constructor Description MessageSupergroupChatCreate()A newly created supergroup or channel.MessageSupergroupChatCreate(String title)A newly created supergroup or channel.
-
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 supergroup or channel.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageSupergroupChatCreate
public MessageSupergroupChatCreate()
A newly created supergroup or channel.
-
MessageSupergroupChatCreate
public MessageSupergroupChatCreate(String title)
A newly created supergroup or channel.- Parameters:
title- Title of the supergroup or channel.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-