EditStory constructor

EditStory(
  1. {required int story_sender_chat_id,
  2. required int story_id,
  3. InputStoryContent? content,
  4. InputStoryAreas? areas,
  5. FormattedText? caption,
  6. int? extra,
  7. int? clientId}
)

Changes content and caption of a story. Can be called only if story.can_be_edited == true

Returns Ok

Implementation

EditStory