java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageBasicGroupChatCreate
- Enclosing class:
- TdApi
A newly created basic group.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long[]
User identifiers of members in the basic group.Title of the basic group. -
Constructor Summary
ConstructorDescriptionA newly created basic group.A newly created basic group.MessageBasicGroupChatCreate
(String title, long[] memberUserIds) A newly created basic group. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
title
Title of the basic group. -
memberUserIds
public long[] memberUserIdsUser identifiers of members in the basic group. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
MessageBasicGroupChatCreate
public MessageBasicGroupChatCreate()A newly created basic group. -
MessageBasicGroupChatCreate
A newly created basic group.- Parameters:
title
- String Title of the basic group.memberUserIds
- long[] User identifiers of members in the basic group.
-
MessageBasicGroupChatCreate
A newly created basic group.- 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()
-