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