export interface LoginUrl { url: string; forward_text?: string; bot_username?: string; request_write_access?: boolean; }