class tl.Api.UpdatePinnedChannelMessages
extends VirtualClass<{ pinned?: boolean; channelId: long; messages: int[]; pts: int; ptsCount: int; }>
import { tl } from "https://deno.land/x/grm@0.6.0/mod.ts";
const { UpdatePinnedChannelMessages } = tl.Api;
Static Methods
fromReader(reader: Reader): UpdatePinnedChannelMessages