CreateStoryAlbum constructor

CreateStoryAlbum({
  1. required int storyPosterChatId,
  2. required String name,
  3. required List<int> storyIds,
})

Implementation

CreateStoryAlbum({
  required this.storyPosterChatId,
  required this.name,
  required this.storyIds,
});