teleproto - v1.229.0
    Preparing search index...

    Interface MessagesUpdatePinnedForumTopicParams

    interface MessagesUpdatePinnedForumTopicParams {
        peer: EntityLike;
        pinned: boolean;
        topicId: number;
    }
    Index
    peer: EntityLike
    pinned: boolean
    topicId: number