Struct IntegrationAccount
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public struct IntegrationAccount
Properties​
Id​
Gets the ID of the account.
View Source​
Declaration
public readonly string Id { get; }
Name​
Gets the name of the account.
View Source​
Declaration
public string Name { readonly get; }
Methods​
ToString()​
View Source​
Declaration
public override string ToString()
Returns​
System.String