@acidify/core 0.7.0 → 0.8.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.
@@ -1619,7 +1619,7 @@ export declare class Bot /* implements CoroutineScope */ {
1619
1619
  setGroupWholeMute(groupUin: bigint, isMute: boolean): Promise<void>;
1620
1620
  kickGroupMember(groupUin: bigint, memberUin: bigint, rejectAddRequest?: boolean, reason?: string): Promise<void>;
1621
1621
  getGroupAnnouncements(groupUin: bigint): Promise<Array<BotGroupAnnouncement>>;
1622
- sendGroupAnnouncement(groupUin: bigint, content: string, imageUrl?: Nullable<string>, showEditCard?: boolean, showTipWindow?: boolean, confirmRequired?: boolean, isPinned?: boolean): Promise<string>;
1622
+ sendGroupAnnouncement(groupUin: bigint, content: string, imageData?: Nullable<Int8Array>, showEditCard?: boolean, showTipWindow?: boolean, confirmRequired?: boolean, isPinned?: boolean): Promise<string>;
1623
1623
  deleteGroupAnnouncement(groupUin: bigint, announcementId: string): Promise<void>;
1624
1624
  getGroupEssenceMessages(groupUin: bigint, pageIndex: number, pageSize: number): Promise<BotEssenceMessageResult>;
1625
1625
  setGroupEssenceMessage(groupUin: bigint, sequence: bigint, isSet: boolean): Promise<void>;