Skip to main content

Class OwnedBotInfo

Assembly: Revolt.Net.dll​
View Source​
Declaration
public class OwnedBotInfo

Properties​

Id​

View Source​
Declaration
[JsonProperty("_id")]
public string Id { get; set; }

Owner​

View Source​
Declaration
[JsonProperty("owner")]
public string Owner { get; set; }

Token​

View Source​
Declaration
[JsonProperty("token")]
public string Token { get; set; }

Public​

View Source​
Declaration
[JsonProperty("public")]
public bool Public { get; set; }

InteractionsUrl​

View Source​
Declaration
[JsonProperty("interactions_url")]
public string InteractionsUrl { get; set; }