export interface InputContactMessageContent { phone_number: string; first_name: string; last_name?: string; vcard?: string; }