Type alias ButtonCallbackEvent

ButtonCallbackEvent: ChannelEvent<ButtonCallbackData> & {
    type: "button_callback";
}

Type declaration

  • type: "button_callback"