class tl.Api.UpdateBotStopped
extends VirtualClass<{ userId: long; date: int; stopped: Bool; qts: int; }>
import { tl } from "https://deno.land/x/grm@0.6.0/mod.ts";
const { UpdateBotStopped } = tl.Api;
Static Methods
fromReader(reader: Reader): UpdateBotStopped