mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
feat: type
This commit is contained in:
@@ -383,12 +383,21 @@ export enum MemberAddShowType {
|
|||||||
K_YOU_INVITE_OTHER = 7,
|
K_YOU_INVITE_OTHER = 7,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 群提示元素成员角色枚举
|
||||||
|
*/
|
||||||
|
export enum NTGroupGrayElementRole {
|
||||||
|
KOTHER = 0,
|
||||||
|
KMEMBER = 1,
|
||||||
|
KADMIN = 2
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 群提示元素接口
|
* 群提示元素接口
|
||||||
*/
|
*/
|
||||||
export interface TipGroupElement {
|
export interface TipGroupElement {
|
||||||
type: TipGroupElementType;
|
type: TipGroupElementType;
|
||||||
role: 0;
|
role: NTGroupGrayElementRole;
|
||||||
groupName: string;
|
groupName: string;
|
||||||
memberUid: string;
|
memberUid: string;
|
||||||
memberNick: string;
|
memberNick: string;
|
||||||
|
Reference in New Issue
Block a user