Skip to main content
Module

x/grm/mod.ts>Api.RecentMeUrlStickerSet

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

Properties

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

Static Methods

fromReader(reader: Reader): RecentMeUrlStickerSet