Interface SendContactVcardParams

interface SendContactVcardParams {
    chatId: string;
    contactId: string;
    name: string;
}

Properties

Properties

chatId: string
contactId: string
name: string

Generated using TypeDoc