Skip to main content
Module

x/grm/mod.ts>Api.InputPeerChannelFromMessage

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

Properties

channelId: long
className: "InputPeerChannelFromMessage"
classType: "constructor"
CONSTRUCTOR_ID: 3173648448
msgId: int
peer: Api.TypeInputPeer
SUBCLASS_OF_ID: 3374092470

Static Methods

fromReader(reader: Reader): InputPeerChannelFromMessage