Skip to main content
Module

x/grm/mod.ts>Api.InputStickerSetID

MTProto API Client for Deno 🦕
Go to Latest
class Api.InputStickerSetID
extends VirtualClass<{ id: long; accessHash: long; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { InputStickerSetID } = Api;

Properties

accessHash: long
className: "InputStickerSetID"
classType: "constructor"
CONSTRUCTOR_ID: 2649203305
id: long
SUBCLASS_OF_ID: 1034127786

Static Methods

fromReader(reader: Reader): InputStickerSetID