[][src]Module rvk::methods

Contains all of the API methods in the respective submodules.

Note about naming

Rust prefers snake_case in the function names instead of camelCase used by the VK API, which means all of the API method's corresponding functions are named using snake_case.

Example: To call the appWidgets.getAppImageUploadServer API method, use the rvk::methods::app_widgets::get_app_image_upload_server function.

Note: execute

The execute method has no category, so its path is rvk::methods::execute.

Note: photos.move

Since move is a Rust keyword, the function for calling photos.move API method is rvk::methods::photos::move_ (with the underscore!)

Modules

account
ads
app_widgets
apps
auth
board
database
docs
fave
friends
gifts
groups
leads
likes
market
messages
newsfeed
notes
notifications
orders
pages
photos
places
polls
search
secure
stats
status
storage
stories
streaming
users
utils
video
wall
widgets

Functions

execute

[generated] Calls the corresponding VK API method