| IChatServiceKickUserPermanently Method  | 
            Kickes user permanently from a private room. If this room is public, it acts as a normal kick.
            
            Kicked user won't be able to enter room again, unless he will be invited one more time.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
SyntaxChatGeneralResponse KickUserPermanently(
	int roomID,
	int chatUserToKickID
)
Parameters
- roomID
 - Type: SystemInt32
Room id - chatUserToKickID
 - Type: SystemInt32
ID of chat user which should be kicked 
Return Value
Type: 
ChatGeneralResponseGeneral response
See Also