SetUserBotStatusRequest constructor

const SetUserBotStatusRequest({
  1. required SnowflakeType userId,
  2. required bool bot,
})

Implementation

const SetUserBotStatusRequest({required this.userId, required this.bot});