@acidify/core 0.5.1 → 0.5.3

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.
@@ -971,6 +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;
975
+ get preview(): KtList<string>;
976
+ get summary(): string;
974
977
  toString(): string;
975
978
  }
976
979
  namespace Forward {