Interface SendFileParams

interface SendFileParams {
    body: string;
    caption: string;
    fileName: string;
    phone: string;
}

Properties

body: string
caption: string
fileName: string
phone: string

Generated using TypeDoc