React to emoji reactions. Pass emoji name(s) for a specific match, or omit for a catch-all.
(handler: ReactionHandler)
| 228 | ): void; |
| 229 | /** React to emoji reactions. Pass emoji name(s) for a specific match, or omit for a catch-all. */ |
| 230 | onReaction(handler: ReactionHandler): void; |
| 231 | onReaction(emoji: EmojiValue | EmojiValue[], handler: ReactionHandler): void; |
| 232 | /** Handle a modal submission for `callbackId`. Return `{ errors }` to keep it open. */ |
| 233 | onModalSubmit(callbackId: string, handler: ModalSubmitHandler): void; |
no outgoing calls
no test coverage detected