Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias SetStickerSetThumb
import { type SetStickerSetThumb } from "https://deno.land/x/telegram_bot_api@0.4.0/src/types/stickers/methods.ts";
definition: (params: FormData | { name: string; user_id: number; thumb?: InputFile | string; }) => Promise<true>