class Api.messages.FavedStickers
extends VirtualClass<{ hash: long; packs: Api.TypeStickerPack[]; stickers: Api.TypeDocument[]; }>
import { Api } from "https://deno.land/x/grm@0.8.0/src/mod.ts";
const { FavedStickers } = Api.messages;
Static Methods
fromReader(reader: Reader): FavedStickers