class tl.Api.ChannelAdminLogEventActionDefaultBannedRights
extends VirtualClass<{ prevBannedRights: Api.TypeChatBannedRights; newBannedRights: Api.TypeChatBannedRights; }>
import { tl } from "https://deno.land/x/grm@0.6.0/mod.ts";
const { ChannelAdminLogEventActionDefaultBannedRights } = tl.Api;
Properties
newBannedRights: Api.TypeChatBannedRights
prevBannedRights: Api.TypeChatBannedRights
Static Methods
fromReader(reader: Reader): ChannelAdminLogEventActionDefaultBannedRights