interface Message.CaptionableMessage implements CommonMessageimport { type Message } from "https://dotland.deno.dev/x/grammy@v1.12.0/types.ts"; const { CaptionableMessage } = Message; Propertiesoptionalcaption: stringCaption for the animation, audio, document, photo, video or voice optionalcaption_entities: MessageEntity[]For messages with a caption, special entities like usernames, URLs, bot commands, etc. that appear in the caption