Skip to content

UpdateStoryPostFailed

Update · TDLib 1.8.67 · d1085f9c

A story failed to post. If the story posting is canceled, then updateStoryDeleted will be received instead of this update

UpdateStoryPostFailed(
  story: Story,
  error: Error,
  error_type: CanPostStoryResult
) → Update

story

Story

The failed to post story

error

Error

The cause of the story posting failure

error_type

CanPostStoryResult

Type of the error; may be null if unknown