Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grm/mod.ts>NewMessageInterface

MTProto API Client for Deno 🦕
Latest
interface NewMessageInterface
Re-export
import { type NewMessageInterface } from "https://deno.land/x/grm@0.8.2/mod.ts";

Properties

optional
func: { (event: NewMessageEvent): boolean; }
optional
incoming: boolean
optional
outgoing: boolean
optional
fromUsers: Api.TypeEntityLike[]
optional
forwards: boolean
optional
pattern: RegExp