SetUserBotStatusRequest constructor
const
SetUserBotStatusRequest({
- required SnowflakeType userId,
- required bool bot,
Implementation
const SetUserBotStatusRequest({required this.userId, required this.bot});