Skip to content

1.0.17

Compare
Choose a tag to compare
@jerry-jeon-sb jerry-jeon-sb released this 10 Nov 08:29
· 24 commits to main since this release
7f8818a
  • Fix a bug in BotApi.sendBotsMessage by changing response type SendBirdMessageResponse as SendBirdBotsMessageResponse
  • Make apiToken(apiToken) function as optional for each request. You can set the global api token by Configuration.getDefaultApiClient().addDefaultHeader("Api-Token", apiToken).