Skip to main content
Module

x/grm/mod.ts>Api.UserProfilePhoto

MTProto API Client for Deno 🦕
Go to Latest
class Api.UserProfilePhoto
extends VirtualClass<{ hasVideo?: boolean; photoId: long; strippedThumb?: bytes; dcId: int; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { UserProfilePhoto } = Api;

Properties

className: "UserProfilePhoto"
classType: "constructor"
CONSTRUCTOR_ID: 2194798342
dcId: int
optional
hasVideo: boolean
photoId: long
optional
strippedThumb: bytes
SUBCLASS_OF_ID: 3325267837

Static Methods

fromReader(reader: Reader): UserProfilePhoto