Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.ChannelAdminLogEventActionParticipantMute
extends VirtualClass<{ participant: Api.TypeGroupCallParticipant; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { ChannelAdminLogEventActionParticipantMute } = tl.Api;

Properties

className: "ChannelAdminLogEventActionParticipantMute"
classType: "constructor"
CONSTRUCTOR_ID: 4179895506
participant: Api.TypeGroupCallParticipant
SUBCLASS_OF_ID: 2998503411

Static Methods

fromReader(reader: Reader): ChannelAdminLogEventActionParticipantMute