Type alias InteractionBodyRequest

InteractionBodyRequest: ComponentInteractionMessageUpdate & {
    type?: InteractionResponseType;
}

Type declaration

  • Optional type?: InteractionResponseType

Generated using TypeDoc