Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias SetStickerSetThumb
Re-export
import { type SetStickerSetThumb } from "https://deno.land/x/telegram_bot_api@0.4.0/mod.ts";
definition: (params: FormData | { name: string; user_id: number; thumb?: InputFile | string; }) => Promise<true>