diff --git a/types.go b/types.go index b6f2224..d479924 100644 --- a/types.go +++ b/types.go @@ -575,6 +575,7 @@ type keybase interface { CreateTeam(name string) (TeamAPI, error) NewChat(channel Channel) Chat NewTeam(name string) Team + NewWallet() Wallet Run(handler func(ChatAPI), options ...RunOptions) loggedIn() bool username() string