interface SendMessageParams {
    text: string;
    to: string;
}

Properties

Properties

text: string
to: string

Generated using TypeDoc