Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.ChannelAdminLogEvent
extends VirtualClass<{ id: long; date: int; userId: long; action: Api.TypeChannelAdminLogEventAction; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { ChannelAdminLogEvent } = tl.Api;

Properties

action: Api.TypeChannelAdminLogEventAction
className: "ChannelAdminLogEvent"
classType: "constructor"
CONSTRUCTOR_ID: 531458253
date: int
id: long
SUBCLASS_OF_ID: 1083115929
userId: long

Static Methods

fromReader(reader: Reader): ChannelAdminLogEvent