Autogenerated update for fab429fc74...2ca53038ef

This commit is contained in:
itzaname 2024-11-29 08:08:23 +00:00
parent 97738cf1f7
commit 5bf70a6516

View File

@ -13,6 +13,7 @@ pub struct IdMessage {
pub struct SessionUserResponse {
#[prost(uint64, tag="1")]
#[serde(rename = "UserID")]
#[serde(rename = "UserID")]
pub user_id: u64,
#[prost(string, tag="2")]
pub username: ::prost::alloc::string::String,