UNPKG
koishi-plugin-adapter-telegram-ex
Version:
latest (2.2.2)
2.2.2
Telegram Adapter for Koishi
koishi.js.org/api/adapter/telegram.html
koishijs/koishi
koishi-plugin-adapter-telegram-ex
/
lib
/
utils.d.ts
7 lines
(6 loc)
•
168 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Schema
}
from
'koishi'
;
export
interface
AdapterConfig
{
path
?:
string
;
selfUrl
?:
string
; }
export
declare
const
AdapterConfig
:
Schema
<
AdapterConfig
>;