vk-io
    Preparing search index...

    Interface WallGetCommentExtendedResponse

    interface WallGetCommentExtendedResponse {
        can_post: number | boolean;
        groups: GroupsGroupFull[];
        groups_can_post: number | boolean;
        items: WallWallComment[];
        profiles: UsersUserFull[];
        show_reply_button: number | boolean;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    can_post

    can_post: number | boolean

    Information whether current user can comment the post

    groups: GroupsGroupFull[]

    groups_can_post

    groups_can_post: number | boolean

    Information whether groups can comment the post

    profiles: UsersUserFull[]
    show_reply_button: number | boolean