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