Skip to main content
Module

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

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

Properties

className: "HighScore"
classType: "constructor"
CONSTRUCTOR_ID: 1940093419
pos: int
score: int
SUBCLASS_OF_ID: 3542818357
userId: long

Static Methods

fromReader(reader: Reader): HighScore