interface GameRe-exportimport { type Game } from "https://deno.land/x/mtkruto@0.6.3/3_types.ts"; A game. Propertiestitle: stringThe title of the game. description: stringThe description of the game. photo: PhotoA photo that is displayed when the game is shared. optionaltext: stringA text that is displayed when the game is shared. optionaltextEntities: MessageEntity[]The text's entities. optionalanimation: AnimationAn animation that is displayed when the game is shared.