export type PatchedWhatsappConfig = { readonly id?: number; readonly bot?: number; phone_number_id?: string; application_secret?: string; webhook_verification_token?: string; /** * Access token to the bot. This can also be a temporary access token. */ access_token?: string; };