interface SenderAPIData {
    code: string;
    name: string;
    [prop: string]: any;
}

Indexable

[prop: string]: any

Properties

Properties

code: string

The code to send.

name: string

The user name for message customization.