C# Class BuildIt.Bot.Client.DirectLinkApi.Models.ChannelAccount

Channel account information needed to route a message
Mostrar archivo Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
ChannelAccount ( ) : Newtonsoft.Json

Initializes a new instance of the ChannelAccount class.

ChannelAccount ( string id = default(string), string name = default(string) ) : Newtonsoft.Json

Initializes a new instance of the ChannelAccount class.

Method Details

ChannelAccount() public method

Initializes a new instance of the ChannelAccount class.
public ChannelAccount ( ) : Newtonsoft.Json
return Newtonsoft.Json

ChannelAccount() public method

Initializes a new instance of the ChannelAccount class.
public ChannelAccount ( string id = default(string), string name = default(string) ) : Newtonsoft.Json
id string
name string
return Newtonsoft.Json