1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
api_category!("wall"; methods {
    create_comment,
    delete,
    delete_comment,
    edit,
    edit_ads_stealth,
    edit_comment,
    get,
    get_by_id,
    get_comments,
    get_reposts,
    pin,
    post,
    post_ads_stealth,
    report_comment,
    report_post,
    repost,
    restore,
    restore_comment,
    search,
    unpin
});