Contact
约 92 字小于 1 分钟
2025-10-13
Karin API Docs / Contact
类型别名: Contact\<T\>
Contact<
T
> =T
extends"group"
?GroupContact
:T
extends"friend"
?FriendContact
:T
extends"guild"
?GuildContact
:T
extends"direct"
?DirectContact
:T
extends"groupTemp"
?GroupTempContact
:never
定义于: packages/core/src/types/event/contact.ts:101
事件来源信息
group
: 群聊friend
: 好友guild
: 频道direct
: 频道私信groupTemp
: 临时群会话