Skip to main content
Module

x/grm/mod.ts>tl.Api.messages.FoundStickerSets

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.messages.FoundStickerSets
extends VirtualClass<{ hash: long; sets: Api.TypeStickerSetCovered[]; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { FoundStickerSets } = tl.Api.messages;

Properties

className: "messages.FoundStickerSets"
classType: "constructor"
CONSTRUCTOR_ID: 2331024850
hash: long
sets: Api.TypeStickerSetCovered[]
SUBCLASS_OF_ID: 68023137

Static Methods

fromReader(reader: Reader): FoundStickerSets