class tl.Api.UpdateChannelPinnedTopic
extends VirtualClass<{ pinned?: boolean; channelId: long; topicId: int; }>
import { tl } from "https://deno.land/x/grm@0.8.0/src/mod.ts";
const { UpdateChannelPinnedTopic } = tl.Api;
Static Methods
fromReader(reader: Reader): UpdateChannelPinnedTopic