class tl.Api.UpdateChannelMessageForwards
extends VirtualClass<{ channelId: long; id: int; forwards: int; }>
import { tl } from "https://deno.land/x/grm@0.5.2/mod.ts";
const { UpdateChannelMessageForwards } = tl.Api;
Static Methods
fromReader(reader: Reader): UpdateChannelMessageForwards