Package it.tdlight.jni
Class TdApi.AddChatMembers
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.AddChatMembers
- Enclosing class:
- TdApi
public static class TdApi.AddChatMembers extends TdApi.Function
Adds multiple new members to a chat.
Currently this method is only available
for supergroups and channels. This
method can't be used to join a chat.
Members can't be added to a channel
if it has more than 200 members.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description long
chatId
Chat identifier.static int
CONSTRUCTOR
int[]
userIds
Identifiers of the users to be added to the chat. -
Constructor Summary
Constructors Constructor Description AddChatMembers()
Adds multiple new members to a chat.AddChatMembers(long chatId, int[] userIds)
Adds multiple new members to a chat.AddChatMembers(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.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier. -
userIds
public int[] userIdsIdentifiers of the users to be added to the chat. The maximum number of added users is 20 for supergroups and 100 for channels. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
AddChatMembers
public AddChatMembers()Adds multiple new members to a chat. Currently this method is only available for supergroups and channels. This method can't be used to join a chat. Members can't be added to a channel if it has more than 200 members.Returns
Ok
-
AddChatMembers
public AddChatMembers(long chatId, int[] userIds)Adds multiple new members to a chat. Currently this method is only available for supergroups and channels. This method can't be used to join a chat. Members can't be added to a channel if it has more than 200 members.Returns
Ok
- Parameters:
chatId
- long Chat identifier.userIds
- int[] Identifiers of the users to be added to the chat. The maximum number of added users is 20 for supergroups and 100 for channels.
-
AddChatMembers
- 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()
-