StoriesExportStoryLink constructor

const StoriesExportStoryLink({
  1. required InputPeerBase peer,
  2. required int id,
})

Stories Export Story Link constructor.

Implementation

const StoriesExportStoryLink({
  required this.peer,
  required this.id,
}) : super._();