GetStoryPublicForwards constructor

GetStoryPublicForwards({
  1. required int storyPosterChatId,
  2. required int storyId,
  3. required String offset,
  4. required int limit,
})

Implementation

GetStoryPublicForwards({
  required this.storyPosterChatId,
  required this.storyId,
  required this.offset,
  required this.limit,
});