GetStory constructor

const GetStory({
  1. required int storySenderChatId,
  2. required int storyId,
  3. required bool onlyLocal,
})

Returns a story

Implementation

const GetStory({
  required this.storySenderChatId,
  required this.storyId,
  required this.onlyLocal,
});