Type Alias WidgetSendMessageFn
WidgetSendMessageFn: (
options:
| string
| ({ message: string } | { text: string }) & {
hidden?: boolean;
respond?: boolean;
},
) => void
Type Declaration
- (
options:
| string
| ({ message: string } | { text: string }) & {
hidden?: boolean;
respond?: boolean;
},
): void Parameters
- options:
| string
| ({ message: string } | { text: string }) & {
hidden?: boolean;
respond?: boolean;
}
Returns void