Skip to main content
Module

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

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

Properties

className: "TextConcat"
classType: "constructor"
CONSTRUCTOR_ID: 2120376535
SUBCLASS_OF_ID: 4056986745
texts: Api.TypeRichText[]

Static Methods

fromReader(reader: Reader): TextConcat