rvk_methods 0.1.0

Crate providing methods of VK (VKontakte) API
Documentation
api_category!("messages"; methods {
    add_chat_user,
    allow_messages_from_group,
    create_chat,
    delete,
    delete_chat_photo,
    delete_conversation,
    deny_messages_from_group,
    edit,
    edit_chat,
    get_by_conversation_message_id,
    get_by_id,
    get_chat,
    get_chat_preview,
    get_conversation_members,
    get_conversations,
    get_conversations_by_id,
    get_history,
    get_history_attachments,
    get_invite_link,
    get_last_activity,
    get_long_poll_history,
    get_long_poll_server,
    get_recent_calls,
    is_messages_from_group_allowed,
    join_chat_by_invite_link,
    mark_as_answered_conversation,
    mark_as_important,
    mark_as_important_conversation,
    mark_as_read,
    pin,
    remove_chat_user,
    restore,
    search,
    search_conversations,
    send,
    set_activity,
    set_chat_photo,
    unpin
});