Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.MessageFwdHeader
extends VirtualClass<{ imported?: boolean; fromId?: Api.TypePeer; fromName?: string; date: int; channelPost?: int; postAuthor?: string; savedFromPeer?: Api.TypePeer; savedFromMsgId?: int; psaType?: string; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { MessageFwdHeader } = tl.Api;

Properties

optional
channelPost: int
className: "MessageFwdHeader"
classType: "constructor"
CONSTRUCTOR_ID: 1601666510
date: int
optional
fromId: Api.TypePeer
optional
fromName: string
optional
imported: boolean
optional
postAuthor: string
optional
psaType: string
optional
savedFromMsgId: int
optional
savedFromPeer: Api.TypePeer
SUBCLASS_OF_ID: 2049468420

Static Methods

fromReader(reader: Reader): MessageFwdHeader