mezon-js 2.12.23 → 2.12.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api.gen.ts +4 -0
- package/dist/api.gen.d.ts +2 -0
- package/package.json +1 -1
package/api.gen.ts
CHANGED
@@ -1018,6 +1018,8 @@ export interface ApiClanSticker {
|
|
1018
1018
|
shortname?: string;
|
1019
1019
|
//
|
1020
1020
|
source?: string;
|
1021
|
+
//
|
1022
|
+
media_type?: number;
|
1021
1023
|
}
|
1022
1024
|
|
1023
1025
|
/** */
|
@@ -1032,6 +1034,8 @@ export interface ApiClanStickerAddRequest {
|
|
1032
1034
|
shortname?: string;
|
1033
1035
|
//
|
1034
1036
|
source?: string;
|
1037
|
+
//
|
1038
|
+
media_type?: number;
|
1035
1039
|
}
|
1036
1040
|
|
1037
1041
|
/** A list of users belonging to a clan, along with their role. */
|
package/dist/api.gen.d.ts
CHANGED
@@ -577,6 +577,7 @@ export interface ApiClanSticker {
|
|
577
577
|
logo?: string;
|
578
578
|
shortname?: string;
|
579
579
|
source?: string;
|
580
|
+
media_type?: number;
|
580
581
|
}
|
581
582
|
/** */
|
582
583
|
export interface ApiClanStickerAddRequest {
|
@@ -585,6 +586,7 @@ export interface ApiClanStickerAddRequest {
|
|
585
586
|
id?: string;
|
586
587
|
shortname?: string;
|
587
588
|
source?: string;
|
589
|
+
media_type?: number;
|
588
590
|
}
|
589
591
|
/** A list of users belonging to a clan, along with their role. */
|
590
592
|
export interface ApiClanUserList {
|