@acidify/core 0.5.2 → 0.5.4
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 +2 -0
- package/dist/acidify-acidify-core.js +2307 -2286
- package/package.json +3 -3
|
@@ -971,7 +971,9 @@ export declare namespace BotIncomingSegment {
|
|
|
971
971
|
class Forward extends BotIncomingSegment.$metadata$.constructor {
|
|
972
972
|
private constructor();
|
|
973
973
|
get resId(): string;
|
|
974
|
+
get title(): string;
|
|
974
975
|
get preview(): KtList<string>;
|
|
976
|
+
get summary(): string;
|
|
975
977
|
toString(): string;
|
|
976
978
|
}
|
|
977
979
|
namespace Forward {
|