mirror of
https://github.com/vernu/textbee.git
synced 2026-04-23 00:06:59 -04:00
4 lines
83 B
TypeScript
4 lines
83 B
TypeScript
export const WEBHOOK_EVENTS = {
|
|
MESSAGE_RECEIVED: 'MESSAGE_RECEIVED',
|
|
} as const
|