UpdateStoryDeleted constructor

const UpdateStoryDeleted({
  1. required int storySenderChatId,
  2. required int storyId,
  3. dynamic extra,
  4. int? clientId,
})

A story became inaccessible

Implementation

const UpdateStoryDeleted({
  required this.storySenderChatId,
  required this.storyId,
  this.extra,
  this.clientId,
});