roboat 0.39.0

A high performance interface for the Roblox API.
Documentation
1
2
3
4
5
6
use serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize, Debug, Clone)]
pub(super) struct UnreadMessageCountResponse {
    pub count: u64,
}