package com.discord.widgets.chat.input.models; import com.discord.api.role.GuildRole; import d0.z.d.m; /* compiled from: CommandOptionValue.kt */ public final class RoleOptionValue extends CommandOptionValue { /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public RoleOptionValue(GuildRole guildRole) { super(String.valueOf(guildRole.getId()), null); m.checkNotNullParameter(guildRole, "role"); } }