Package it.tdlight.jni
Class TdApi.MessageBasicGroupChatCreate
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageBasicGroupChatCreate
- Enclosing class:
- TdApi
public static class TdApi.MessageBasicGroupChatCreate extends TdApi.MessageContent
A newly created basic group.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
long[]
memberUserIds
User identifiers of members in the basic group.String
title
Title of the basic group. -
Constructor Summary
Constructors Constructor Description MessageBasicGroupChatCreate()
A newly created basic group.MessageBasicGroupChatCreate(DataInput input)
MessageBasicGroupChatCreate(String title, long[] memberUserIds)
A newly created 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 basic group. -
memberUserIds
public long[] memberUserIdsUser identifiers of members in the basic group. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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
- 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()
-