Struct PeerRequestParams
Represents the parameters of a peer request in the network API.
public readonly struct PeerRequestParams
- Inherited Members
Fields
Bot
Gets a value indicating whether the client is a bot.
public readonly bool Bot
Field Value
IsUsingOfficialClient
Gets a value indicating whether the client is using the official client.
public readonly bool IsUsingOfficialClient
Field Value
Name
Gets the name of the client making the request.
public readonly StringView Name
Field Value
Serial
Gets the serial number of the client making the request.
public readonly StringView Serial
Field Value
Version
Gets the version of the client making the request.
public readonly ClientVersion Version
Field Value
VersionName
Gets the name of the client version as a string view.
public readonly StringView VersionName