keybase / go-keybase-chat-bot

Official Go Keybase chat bot SDK
BSD 3-Clause "New" or "Revised" License
111 stars 38 forks source link

Add three new methods to the kbchat object #13

Closed ddworken closed 5 years ago

ddworken commented 5 years ago

Added ListChannels, JoinChannel, and ListMembersOfTeam. These three method definitions originally lived in the SSH CA bot but moving them over in order to expand the library.

Tested by migrating the SSH CA bot to calling them and running the integration tests.