Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

v1.2.2-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@TheSnowfield TheSnowfield released this 31 Mar 05:50
· 82 commits to main since this release
29ce357

Development build

  • Replace socket with FuturedSocket (Experimental)
  • Recall message api
  • Exposure apis from the extensions with an sdk version attribute
  • Fix the issue causes send any message to fail when the highway server is not present
  • Retargeting obsolete WebRequest to HttpClient

In this version, you want to access the api of Bot please add the usings below:

using Konata.Core.Interfaces;
using Konata.Core.Interfaces.Api;