QChatSendMessageParam constructor
QChatSendMessageParam(- {required int channelId,
- required int serverId,
- required NIMMessageType type,
- Map<String, dynamic>? extension,
- QChatMessageAntiSpamOption? antiSpamOption,
- String? attach,
- String? body,
- String? env,
- bool historyEnable = true,
- bool isRouteEnable = true,
- List<String>? mentionedAccidList,
- bool mentionedAll = false,
- List<int>? mentionedRoleIdList,
- bool needBadge = true,
- bool needPushNick = true,
- String? pushContent,
- bool pushEnable = true,
- Map<String, dynamic>? pushPayload,
- int? subType}
)
Implementation
QChatSendMessageParam