rvk_methods/video.rs
1api_category!("video"; methods {
2 add,
3 add_album,
4 add_to_album,
5 create_comment,
6 delete,
7 delete_album,
8 delete_comment,
9 edit,
10 edit_album,
11 edit_comment,
12 get,
13 get_album_by_id,
14 get_albums,
15 get_albums_by_video,
16 get_catalog,
17 get_catalog_section,
18 get_comments,
19 hide_catalog_section,
20 remove_from_album,
21 reorder_albums,
22 reorder_videos,
23 report,
24 report_comment,
25 restore,
26 restore_comment,
27 save,
28 search
29});