interface SendMessageParams {
    body: string;
    phone: string;
}

Properties

Properties

body: string
phone: string

Generated using TypeDoc