CloseStory constructor

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

Informs TDLib that a story is closed by the user

Implementation

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