Skip to main content
Module

x/grm/mod.ts>Api.BotCommandScopePeerUser

MTProto API Client for Deno 🦕
Go to Latest
class Api.BotCommandScopePeerUser
extends VirtualClass<{ peer: Api.TypeInputPeer; userId: Api.TypeInputUser; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { BotCommandScopePeerUser } = Api;

Properties

className: "BotCommandScopePeerUser"
classType: "constructor"
CONSTRUCTOR_ID: 169026035
peer: Api.TypeInputPeer
SUBCLASS_OF_ID: 1269783824
userId: Api.TypeInputUser

Static Methods

fromReader(reader: Reader): BotCommandScopePeerUser