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