interface From { id: string; first_name?: string; last_name?: string; username?: string; is_bot: boolean; language_code: string; }