import { type InputPaidMedia } from "https://deno.land/x/grammy_types@v3.15.0/mod.ts";
This object describes the paid media to be sent. Currently, it can be one of
- InputPaidMediaPhoto
- InputPaidMediaVideo
definition: InputMediaPhoto<F> | InputPaidMediaVideo<F>