C# Класс BuildIt.Bot.Client.DirectLinkApi.Models.ChannelAccount

Channel account information needed to route a message
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

ChannelAccount() публичный Метод

Initializes a new instance of the ChannelAccount class.
public ChannelAccount ( ) : Newtonsoft.Json
Результат Newtonsoft.Json

ChannelAccount() публичный Метод

Initializes a new instance of the ChannelAccount class.
public ChannelAccount ( string id = default(string), string name = default(string) ) : Newtonsoft.Json
id string
name string
Результат Newtonsoft.Json