class Api.ChannelAdminLogEventActionChangeTitle
extends VirtualClass<{ prevValue: string; newValue: string; }>
import { Api } from "https://deno.land/x/grm@0.5.2/src/mod.ts";
const { ChannelAdminLogEventActionChangeTitle } = Api;
Static Methods
fromReader(reader: Reader): ChannelAdminLogEventActionChangeTitle