Class Connection
public class Connection : IJsonModel<JsonConnection>
- Inheritance
-
Connection
- Implements
- Inherited Members
Constructors
Connection(JsonConnection, RestClient)
public Connection(JsonConnection jsonModel, RestClient client)
Parameters
jsonModel
JsonConnectionclient
RestClient
Properties
FriendSync
Whether friend sync is enabled for this connection.
public bool FriendSync { get; }
Property Value
Integrations
A list of server integrations.
public IReadOnlyList<Integration>? Integrations { get; }
Property Value
Name
The username of the connection account.
public string Name { get; }
Property Value
Revoked
Whether the connection is revoked.
public bool? Revoked { get; }
Property Value
- bool?
ShowActivity
Whether activities related to this connection will be shown in presence updates.
public bool ShowActivity { get; }
Property Value
TwoWayLink
Whether this connection has a corresponding third party OAuth2 token.
public bool TwoWayLink { get; }
Property Value
Type
The service of this connection.
public ConnectionType Type { get; }
Property Value
Verified
Whether the connection is verified.
public bool Verified { get; }
Property Value
Visibility
Visibility of this connection.
public ConnectionVisibility Visibility { get; }