interface APIInteractionResponseChannelMessageWithSource {
    data: APIInteractionResponseCallbackData;
    type: ChannelMessageWithSource;
}

Properties

Properties