Package ai.nexconn.chat.channel.model
Class CommunitySubChannelUserKickedEvent
-
- All Implemented Interfaces:
public final class CommunitySubChannelUserKickedEventEvent for user being kicked from community private sub-channel.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<CommunitySubChannelUserKickedInfo>info
-
Constructor Summary
Constructors Constructor Description CommunitySubChannelUserKickedEvent(List<CommunitySubChannelUserKickedInfo> info)
-
Method Summary
Modifier and Type Method Description final List<CommunitySubChannelUserKickedInfo>getInfo()List of kicked user details -
-
Constructor Detail
-
CommunitySubChannelUserKickedEvent
CommunitySubChannelUserKickedEvent(List<CommunitySubChannelUserKickedInfo> info)
-
-
Method Detail
-
getInfo
final List<CommunitySubChannelUserKickedInfo> getInfo()
List of kicked user details
-
-
-
-