|
SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
|
Doxygen only documents namespace-scope entities (enums, aliases, constants, free functions) in a header that carries this block. More...
#include <cstdint>Enumerations | |
| enum class | sfs3::requests::MessageRecipientMode : int32_t { ToUser = 0 , ToRoom = 1 , ToGroup = 2 , ToZone = 3 } |
| Describes the recipients of a moderator or administrator message. More... | |
Doxygen only documents namespace-scope entities (enums, aliases, constants, free functions) in a header that carries this block.
|
strong |
Describes the recipients of a moderator or administrator message.
The mode is not chosen directly: it follows from which ModeratorMessageRequest or AdminMessageRequest constructor is used, each of which takes the matching target type (a User, a Room, a Group id, or nothing at all for the whole Zone).