Skip to main content
Module

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

MTProto API Client for Deno 🦕
Latest
class tl.Api.MessageService
extends VirtualClass<{ out?: boolean; mentioned?: boolean; mediaUnread?: boolean; silent?: boolean; post?: boolean; legacy?: boolean; id: int; fromId?: Api.TypePeer; peerId: Api.TypePeer; replyTo?: Api.TypeMessageReplyHeader; date: int; action: Api.TypeMessageAction; ttlPeriod?: int; }>
import { tl } from "https://deno.land/x/grm@0.8.2/mod.ts";
const { MessageService } = tl.Api;

Properties

className: "MessageService"
classType: "constructor"
CONSTRUCTOR_ID: 721967202
date: int
optional
fromId: Api.TypePeer
id: int
optional
legacy: boolean
optional
mediaUnread: boolean
optional
mentioned: boolean
optional
out: boolean
peerId: Api.TypePeer
optional
post: boolean
optional
silent: boolean
SUBCLASS_OF_ID: 2030045667
optional
ttlPeriod: int