Skip to main content
Module

x/grm/mod.ts>Api.InputChannelFromMessage

MTProto API Client for Deno 🦕
Go to Latest
class Api.InputChannelFromMessage
extends VirtualClass<{ peer: Api.TypeInputPeer; msgId: int; channelId: long; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { InputChannelFromMessage } = Api;

Properties

channelId: long
className: "InputChannelFromMessage"
classType: "constructor"
CONSTRUCTOR_ID: 1536380829
msgId: int
peer: Api.TypeInputPeer
SUBCLASS_OF_ID: 1089602301

Static Methods

fromReader(reader: Reader): InputChannelFromMessage