[][src]Module rvk::objects

Represents various objects that are returned as JSON by the API.

Note: type and ref fields

Since type and ref are Rust keywords, an underscore (_) is added at the end of these:

  • type -> type_,
  • ref -> ref_.

Note

Due to the nature of the VK API documentation, it is not always clear if the value is always passed or not, and sometimes the data type is not defined.

If you spot any mistakes or bugs, please report them!

Modules

app
app_widget
attachment
audio
button
clickable_stickers
comment
comment_board
conversation
document
geo
gift
group
link
market_album
market_item
message
note
page
photo
podcast
poll
post
post_source
privacy
push_settings
stats
sticker
story
topic
user
video

Type Definitions

Boolean

The 'boolean' type that is used in objects.

Integer

The 'integer' type that is used in objects.

Number

The 'number' type that is used in objects.