Skip to main content
Module

x/grm/mod.ts>tl.Api.RecentMeUrlStickerSet

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.RecentMeUrlStickerSet
extends VirtualClass<{ url: string; set: Api.TypeStickerSetCovered; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { RecentMeUrlStickerSet } = tl.Api;

Properties

className: "RecentMeUrlStickerSet"
classType: "constructor"
CONSTRUCTOR_ID: 3154794460
set: Api.TypeStickerSetCovered
SUBCLASS_OF_ID: 1436889209
url: string

Static Methods

fromReader(reader: Reader): RecentMeUrlStickerSet