C# 클래스 BuildIt.Bot.Client.DirectLinkApi.Models.ChannelAccount

Channel account information needed to route a message
파일 보기 프로젝트 열기: builttoroam/BuildIt

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