Beispiel #1
0
 public ChannelAdapter(Channel info, ConnectedInterface connected, SlackClient client)
 {
     this.info = info;
     this.connected = connected;
     this.client = client;
 }
Beispiel #2
0
 public GroupAdapter(Channel info, ConnectedInterface connected, SlackClient client)
 {
     this.info      = info;
     this.connected = connected;
     this.client    = client;
 }
Beispiel #3
0
 public DirectMessageAdapter(DirectMessageConversation info, ConnectedInterface connected, SlackClient client)
 {
     this.info      = info;
     this.connected = connected;
     this.client    = client;
 }