/** A message with a game; not supported for channels or secret chats */ export declare class InputMessageGameBaseModel { _: 'inputMessageGame'; /** User identifier of the bot that owns the game */ botUserId: number; /** Short name of the game */ gameShortName: string; }