class Api.ChannelAdminLogEventActionParticipantToggleBan
extends VirtualClass<{ prevParticipant: Api.TypeChannelParticipant; newParticipant: Api.TypeChannelParticipant; }>
import { Api } from "https://deno.land/x/grm@0.5.1/src/tl/mod.ts";
const { ChannelAdminLogEventActionParticipantToggleBan } = Api;
Static Methods
fromReader(reader: Reader): ChannelAdminLogEventActionParticipantToggleBan