Package it.tdlight.jni
Class TdApi.MessageChatAddMembers
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageChatAddMembers
- Enclosing class:
- TdApi
public static class TdApi.MessageChatAddMembers extends TdApi.MessageContent
New chat members were added.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
long[]
memberUserIds
User identifiers of the new members. -
Constructor Summary
Constructors Constructor Description MessageChatAddMembers()
New chat members were added.MessageChatAddMembers(long[] memberUserIds)
New chat members were added.MessageChatAddMembers(DataInput input)
-
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
-
memberUserIds
public long[] memberUserIdsUser identifiers of the new members. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
MessageChatAddMembers
public MessageChatAddMembers()New chat members were added. -
MessageChatAddMembers
public MessageChatAddMembers(long[] memberUserIds)New chat members were added.- Parameters:
memberUserIds
- long[] User identifiers of the new members.
-
MessageChatAddMembers
- 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()
-