Upper class for storing information about admin rights of users in rooms.
Information are stored in a hierarchy:
UsersRoomAdminStates has dictionary indexed by ints - those are chat user IDs. Values are UserRoomAdminState.
UserRoomAdminStates has dictionary indexed by ints - those are room IDs. Values are RoomAdminState - admin state in room.
Inheritance Hierarchy
CMS.Chat UsersRoomAdminStates
Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.0.0.0 (8.0.5239.26125)
See Also