Get desktop application:
View/edit binary Protocol Buffers messages
For debug
(message has no fields)
Get user info from sessions and returns `SessionId`, `UserId`, `Username`, `UsernameUnicode` fields, if session not exists will return error(404)
Get user info from sessions and and returns the specified fields, if session not exists will return error(404)
Check specified user session, if session not exists will return error(404)
Used as response type in: BanchoStateRPC.DequeueBanchoPackets, chat.ChatRPC.PullChatPackets
Used in:
Used as response type in: BanchoStateRPC.GetUserSession, BanchoStateRPC.GetUserSessionWithFields
Used as request type in: bancho.BanchoRPC.LobbyJoin, bancho.BanchoRPC.LobbyPart, bancho.BanchoRPC.PresenceRequestAll, bancho.BanchoRPC.RequestStatusUpdate, bancho.BanchoRPC.SpectateCant, bancho.BanchoRPC.SpectateStop, bancho.BanchoRPC.UserLogout, BanchoStateRPC.DeleteUserSession, BanchoStateRPC.GetUserSession, BanchoStateRPC.IsUserOnline, chat.ChatRPC.PullChatPackets
Used as field type in: , , , , , , , , , , , , , ,
Used in:
Deserialize into `UserId(i32)`
Deserialize into `Username(string)`
Deserialize into `UsernameUnicode(string)`
Deserialize into `SessionId(string)`
Used in: