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