Package ai.nexconn.chat.params
Class KickGroupMembersParams
-
- All Implemented Interfaces:
public final class KickGroupMembersParamsParameters for kicking group members.
-
-
Field Summary
Fields Modifier and Type Field Description private LeaveGroupConfigconfigprivate final List<String>userIds
-
Constructor Summary
Constructors Constructor Description KickGroupMembersParams(List<String> userIds)
-
Method Summary
Modifier and Type Method Description final LeaveGroupConfiggetConfig()Leave group configuration (controls whether to clear mute/allowlist/follow states). final UnitsetConfig(LeaveGroupConfig config)Leave group configuration (controls whether to clear mute/allowlist/follow states). final List<String>getUserIds()-
-
Method Detail
-
getConfig
final LeaveGroupConfig getConfig()
Leave group configuration (controls whether to clear mute/allowlist/follow states).
-
setConfig
final Unit setConfig(LeaveGroupConfig config)
Leave group configuration (controls whether to clear mute/allowlist/follow states).
-
getUserIds
final List<String> getUserIds()
-
-
-
-