Package ai.nexconn.chat.channel.model
Class CommunitySubChannelUserKickedInfo
-
- All Implemented Interfaces:
public final class CommunitySubChannelUserKickedInfoInformation about a user being kicked from a community sub-channel.
Notified when a whitelist user is kicked from a private sub-channel. Only whitelist members of the private channel receive this event.
-
-
Field Summary
Fields Modifier and Type Field Description private final CommunitySubChannelIdentifierchannelIdentifierprivate final StringuserIdprivate final Longtime
-
Constructor Summary
Constructors Constructor Description CommunitySubChannelUserKickedInfo(CommunitySubChannelIdentifier channelIdentifier, String userId, Long time)
-
Method Summary
Modifier and Type Method Description final CommunitySubChannelIdentifiergetChannelIdentifier()final StringgetUserId()final LonggetTime()-
-
Constructor Detail
-
CommunitySubChannelUserKickedInfo
CommunitySubChannelUserKickedInfo(CommunitySubChannelIdentifier channelIdentifier, String userId, Long time)
- Parameters:
channelIdentifier- Community sub-channel identifieruserId- The user ID that was kickedtime- Timestamp of the event
-
-
Method Detail
-
getChannelIdentifier
final CommunitySubChannelIdentifier getChannelIdentifier()
-
getUserId
final String getUserId()
-
getTime
final Long getTime()
-
-
-
-