bitterfox / slack-java-api

Provide full api of slack via java
1 stars 0 forks source link

Channels: Accept the object as the argument of channels' method, which has the id #85

Open bitterfox opened 9 years ago

bitterfox commented 9 years ago

ex:

    Channels.Archive archive(Channel channel);

for

    Channels.Archive archive(ChannelId channelId);