@acidify/core 0.5.1 → 0.5.2
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 -0
- package/dist/acidify-acidify-core.js +26343 -25857
- package/package.json +1 -1
|
@@ -971,6 +971,7 @@ export declare namespace BotIncomingSegment {
|
|
|
971
971
|
class Forward extends BotIncomingSegment.$metadata$.constructor {
|
|
972
972
|
private constructor();
|
|
973
973
|
get resId(): string;
|
|
974
|
+
get preview(): KtList<string>;
|
|
974
975
|
toString(): string;
|
|
975
976
|
}
|
|
976
977
|
namespace Forward {
|