import { MessageEntity } from './MessageEntity.generated'; export interface SendGiftOptionsApplicationXWwwFormUrlencoded { user_id?: number; chat_id?: number | string; gift_id: string; pay_for_upgrade?: boolean; text?: string; text_parse_mode?: string; text_entities?: Array; }