Skip to main content
Module

x/grm/mod.ts>tl.Forward

MTProto API Client for Deno 🦕
Go to Latest
class tl.Forward
extends SenderGetter
Re-export
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { Forward } = tl;

Constructors

new
Forward(
client: AbstractTelegramClient,
original: Api.MessageFwdHeader,
entities: Map<string, Api.TypeEntity>,
)

Properties

private
originalFwd: Api.MessageFwdHeader
interface tl.Forward
implements ChatGetter, SenderGetter
Re-export
import { type tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { Forward } = tl;