Package ai.nexconn.chat.channel.model
Class CommunitySubChannelDeletedEvent
-
- All Implemented Interfaces:
public final class CommunitySubChannelDeletedEventEvent for community sub-channel deletion.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<CommunitySubChannelDeletedInfo>info
-
Constructor Summary
Constructors Constructor Description CommunitySubChannelDeletedEvent(List<CommunitySubChannelDeletedInfo> info)
-
Method Summary
Modifier and Type Method Description final List<CommunitySubChannelDeletedInfo>getInfo()List of deleted sub-channel details -
-
Constructor Detail
-
CommunitySubChannelDeletedEvent
CommunitySubChannelDeletedEvent(List<CommunitySubChannelDeletedInfo> info)
-
-
Method Detail
-
getInfo
final List<CommunitySubChannelDeletedInfo> getInfo()
List of deleted sub-channel details
-
-
-
-