QChatSystemMessageToType enum
Values
- server → const QChatSystemMessageToType
-
服务器,serverId必填
- channel → const QChatSystemMessageToType
-
频道,serverId/channelId必填
- server_accids → const QChatSystemMessageToType
-
服务器成员,serverId/toAccids必填
- channel_accids → const QChatSystemMessageToType
-
频道成员,serverId/channelId/toAccids必填
- accids → const QChatSystemMessageToType
-
复用IM成员信息,toAccids必填
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
QChatSystemMessageToType> - A constant List of the values in this enum, in order of their declaration.