Listener for handling channel-related events
This class handles various events occurring in a channel.
More...
Properties | |
Action< EnteredMember > | OnEnteredMember [get, set] |
채널에 멤버가 입장할 때 호출되는 이벤트 Called when a member enters the channel | |
Action< ExitedMember > | OnExitedMember [get, set] |
채널에서 멤버가 퇴장할 때 호출되는 이벤트 Called when a member exits the channel | |
Action< DeletedChannel > | OnDeletedChannel [get, set] |
채널 삭제 시 호출되는 이벤트 Called when a channel is deleted | |
Action< ChannelNoticeMessage > | OnNoticeMessage [get, set] |
채널 공지 메시지 수신 시 호출되는 이벤트 Called when a channel notice message is received | |
Action< ChannelMessage > | OnChannelMessage [get, set] |
채널 메시지 수신 시 호출되는 이벤트 Called when a channel message is received | |
Listener for handling channel-related events
This class handles various events occurring in a channel.