@acidify/core 0.5.2 → 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,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 {