StoryFullId constructor

StoryFullId({
  1. required int posterChatId,
  2. required int storyId,
})

Implementation

StoryFullId({required this.posterChatId, required this.storyId});