export interface SetChatAdministratorCustomTitleOptionsApplicationJson { chat_id: number | string; user_id: number; custom_title: string; }