StageInteractionResponseData
Data payload for interaction_response events
| Property | Type |
|---|
bot? | { avatar: null | string; id: string; username: string; } |
bot.avatar? | null | string |
bot.id? | string |
bot.username? | string |
channelId? | string |
interactionId | string |
response | unknown |