mirror of
https://github.com/vernu/textbee.git
synced 2026-04-21 15:33:54 -04:00
4 lines
70 B
TypeScript
4 lines
70 B
TypeScript
export enum WebhookEvent {
|
|
MESSAGE_RECEIVED = 'MESSAGE_RECEIVED',
|
|
}
|