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