Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesRequestEncryption

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.MessagesRequestEncryption
extends Function<types.TypeEncryptedChat>
import { functions } from "https://deno.land/x/mtkruto@0.1.102/mod.ts";
const { MessagesRequestEncryption } = functions;

Constructors

new
MessagesRequestEncryption(params: { userId: types.TypeInputUser; randomId: number; gA: Uint8Array; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
gA: Uint8Array
randomId: number
userId: types.TypeInputUser

Static Properties

readonly
[paramDesc]: ParamDesc