@acidify/core 0.6.0 → 0.7.0
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/dist/acidify-acidify-core.d.ts +1 -33
- package/dist/acidify-acidify-core.mjs +34337 -33557
- package/package.json +2 -2
|
@@ -703,17 +703,6 @@ export declare namespace BotEssenceMessage {
|
|
|
703
703
|
namespace $metadata$ {
|
|
704
704
|
const constructor: abstract new () => BotEssenceMessage;
|
|
705
705
|
}
|
|
706
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
707
|
-
private constructor();
|
|
708
|
-
}
|
|
709
|
-
namespace Companion {
|
|
710
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
711
|
-
namespace $metadata$ {
|
|
712
|
-
abstract class constructor {
|
|
713
|
-
private constructor();
|
|
714
|
-
}
|
|
715
|
-
}
|
|
716
|
-
}
|
|
717
706
|
}
|
|
718
707
|
export declare class BotEssenceMessageResult {
|
|
719
708
|
private constructor();
|
|
@@ -792,17 +781,6 @@ export declare namespace BotForwardedMessage {
|
|
|
792
781
|
namespace $metadata$ {
|
|
793
782
|
const constructor: abstract new () => BotForwardedMessage;
|
|
794
783
|
}
|
|
795
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
796
|
-
private constructor();
|
|
797
|
-
}
|
|
798
|
-
namespace Companion {
|
|
799
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
800
|
-
namespace $metadata$ {
|
|
801
|
-
abstract class constructor {
|
|
802
|
-
private constructor();
|
|
803
|
-
}
|
|
804
|
-
}
|
|
805
|
-
}
|
|
806
784
|
}
|
|
807
785
|
export declare class BotHistoryMessages {
|
|
808
786
|
private constructor();
|
|
@@ -849,17 +827,6 @@ export declare namespace BotIncomingMessage {
|
|
|
849
827
|
const constructor: abstract new () => ExtraInfo;
|
|
850
828
|
}
|
|
851
829
|
}
|
|
852
|
-
abstract class Companion extends KtSingleton<Companion.$metadata$.constructor>() {
|
|
853
|
-
private constructor();
|
|
854
|
-
}
|
|
855
|
-
namespace Companion {
|
|
856
|
-
/** @deprecated $metadata$ is used for internal purposes, please don't use it in your code, because it can be removed at any moment */
|
|
857
|
-
namespace $metadata$ {
|
|
858
|
-
abstract class constructor {
|
|
859
|
-
private constructor();
|
|
860
|
-
}
|
|
861
|
-
}
|
|
862
|
-
}
|
|
863
830
|
}
|
|
864
831
|
export declare abstract class BotIncomingSegment {
|
|
865
832
|
protected constructor();
|
|
@@ -1640,6 +1607,7 @@ export declare class Bot /* implements CoroutineScope */ {
|
|
|
1640
1607
|
markGroupMessagesAsRead(groupUin: bigint, startSequence: bigint): Promise<void>;
|
|
1641
1608
|
sendFriendNudge(friendUin: bigint, isSelf?: boolean): Promise<void>;
|
|
1642
1609
|
sendProfileLike(friendUin: bigint, count?: number): Promise<void>;
|
|
1610
|
+
deleteFriend(friendUin: bigint, block?: boolean): Promise<void>;
|
|
1643
1611
|
getFriendRequests(isFiltered?: boolean, limit?: number): Promise<Array<BotFriendRequest>>;
|
|
1644
1612
|
setFriendRequest(initiatorUid: string, accept: boolean, isFiltered?: boolean): Promise<void>;
|
|
1645
1613
|
setGroupName(groupUin: bigint, groupName: string): Promise<void>;
|