vk-io
    Preparing search index...

    Interface BoardEditTopicParams

    interface BoardEditTopicParams {
        group_id: number;
        title: string;
        topic_id: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    group_id: number

    ID of the community that owns the discussion board.

    title: string

    New title of the topic.

    topic_id: number

    Topic ID.