class Api.messages.FeaturedStickers
extends VirtualClass<{ premium?: boolean; hash: long; count: int; sets: Api.TypeStickerSetCovered[]; unread: long[]; }>
import { Api } from "https://deno.land/x/grm@0.8.2/tl/api.d.ts";
const { FeaturedStickers } = Api.messages;
Static Methods
fromReader(reader: Reader): FeaturedStickers