mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
refactor: action folder
feat: group card event feat: group title event
This commit is contained in:
@@ -180,6 +180,7 @@ export interface PicElement {
|
||||
|
||||
export enum GrayTipElementSubType {
|
||||
INVITE_NEW_MEMBER = 12,
|
||||
MEMBER_NEW_TITLE = 17
|
||||
}
|
||||
|
||||
export interface GrayTipElement {
|
||||
@@ -196,6 +197,9 @@ export interface GrayTipElement {
|
||||
groupElement: TipGroupElement,
|
||||
xmlElement: {
|
||||
content: string;
|
||||
},
|
||||
jsonGrayTipElement:{
|
||||
jsonStr: string;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user