UpdateStoryPostFailed constructor

UpdateStoryPostFailed({
  1. Story? story,
  2. TdError? error,
  3. CanPostStoryResult? errorType,
})

Implementation

UpdateStoryPostFailed({this.story, this.error, this.errorType});