Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.TextPhone
extends VirtualClass<{ text: Api.TypeRichText; phone: string; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { TextPhone } = tl.Api;

Properties

className: "TextPhone"
classType: "constructor"
CONSTRUCTOR_ID: 483104362
phone: string
SUBCLASS_OF_ID: 4056986745
text: Api.TypeRichText

Static Methods

fromReader(reader: Reader): TextPhone