UpdateStoryDeleted constructor
const
UpdateStoryDeleted({})
A story became inaccessible
Implementation
const UpdateStoryDeleted({
required this.storySenderChatId,
required this.storyId,
this.extra,
this.clientId,
});