This structure represents the messages sent to clients when the room list changes.
public readonly RoomInfo RoomInfo:
public readonly RoomInfo RoomInfo
A RoomInfo object representing information about the room.
RoomInfo
public readonly RoomMessageState State:
public readonly RoomMessageState State
A RoomMessageState value representing the state of the room message.
public RoomListChangeMessage(RoomInfo roomInfo, RoomMessageState state)
Initializes the structure and takes the necessary information.
Last updated 2 years ago