OpenStory constructor

const OpenStory({
  1. required int storySenderChatId,
  2. required int storyId,
})

Informs TDLib that a story is opened and is being viewed by the user

Implementation

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