- Enclosing class:
- TdApi
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
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
long[]
Identifiers of the users to be added to the chat. -
Constructor Summary
ConstructorDescriptionAdds multiple new members to a chat.AddChatMembers
(long chatId, long[] userIds) Adds multiple new members to a chat.AddChatMembers
(DataInput input) Adds multiple new members to a chat. -
Method Summary
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 long[] 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:
-
-
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, long[] 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
- long[] 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
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
- 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()
-