stories.EditStory

class pyrogram.raw.functions.stories.EditStory

Edit an uploaded story

Details:
  • Layer: 227

  • ID: 2C63A72B

Parameters:
  • peer (InputPeer) – Peer where the story was posted.

  • id (int 32-bit) – ID of story to edit.

  • media (InputMedia, optional) – If specified, replaces the story media.

  • media_areas (List of MediaArea, optional) – Media areas associated to the story, see here » for more info.

  • caption (str, optional) – If specified, replaces the story caption.

  • entities (List of MessageEntity, optional) – Message entities for styled text in the caption, if allowed by the stories_entities client configuration parameter ».

  • privacy_rules (List of InputPrivacyRule, optional) – If specified, alters the privacy settings » of the story, changing who can or can’t view the story.

  • music (InputDocument, optional) – N/A

Returns:

Updates

TL Schema

stories.editStory#2c63a72b
flags:#
peer:InputPeer
id:int
media:flags.0?InputMedia
media_areas:flags.3?Vector<MediaArea>
caption:flags.1?string
entities:flags.1?Vector<MessageEntity>
privacy_rules:flags.2?Vector<InputPrivacyRule>
music:flags.4?InputDocument

= Updates

Parameter Tree

EditStory
├── peer → InputPeer
│ ├── InputPeerEmpty
│ ├── InputPeerSelf
│ ├── InputPeerChat
│ │ └── chat_id → long
│ ├── InputPeerUser
│ │ ├── user_id → long
│ │ └── access_hash → long
│ ├── InputPeerChannel
│ │ ├── channel_id → long
│ │ └── access_hash → long
│ │ ├── peer → InputPeer
│ │ │ ├── InputPeerEmpty
│ │ │ ├── InputPeerSelf
│ │ │ ├── InputPeerChat
│ │ │ ├── InputPeerUser
│ │ │ ├── InputPeerChannel
│ │ │ ├── InputPeerUserFromMessage
│ │ │ └── InputPeerChannelFromMessage
│ │ ├── msg_id → int
│ │ └── user_id → long
│ ├── peer → InputPeer
│ │ ├── InputPeerEmpty
│ │ ├── InputPeerSelf
│ │ ├── InputPeerChat
│ │ ├── InputPeerUser
│ │ ├── InputPeerChannel
│ │ ├── InputPeerUserFromMessage
│ │ └── InputPeerChannelFromMessage
│ ├── msg_id → int
│ └── channel_id → long
├── id → int
├── media → InputMedia (optional)
│ ├── InputMediaEmpty
│ │ ├── spoiler → true (optional)
│ │ ├── live_photo → true (optional)
│ │ ├── file → InputFile
│ │ │ ├── InputFile
│ │ │ ├── InputFileBig
│ │ │ └── InputFileStoryDocument
│ │ ├── stickers → Vector < InputDocument > (optional)
│ │ │ ├── InputDocumentEmpty
│ │ │ └── InputDocument
│ │ │ ├── id → long
│ │ │ ├── access_hash → long
│ │ │ └── file_reference → bytes
│ │ ├── ttl_seconds → int (optional)
│ │ └── video → InputDocument (optional)
│ │ ├── InputDocumentEmpty
│ │ └── InputDocument
│ │ ├── id → long
│ │ ├── access_hash → long
│ │ └── file_reference → bytes
│ ├── InputMediaPhoto
│ │ ├── spoiler → true (optional)
│ │ ├── live_photo → true (optional)
│ │ ├── id → InputPhoto
│ │ │ ├── InputPhotoEmpty
│ │ │ └── InputPhoto
│ │ │ ├── id → long
│ │ │ ├── access_hash → long
│ │ │ └── file_reference → bytes
│ │ ├── ttl_seconds → int (optional)
│ │ └── video → InputDocument (optional)
│ │ ├── InputDocumentEmpty
│ │ └── InputDocument
│ │ ├── id → long
│ │ ├── access_hash → long
│ │ └── file_reference → bytes
│ ├── InputMediaGeoPoint
│ │ └── geo_point → InputGeoPoint
│ │ ├── InputGeoPointEmpty
│ │ └── InputGeoPoint
│ │ ├── lat → double
│ │ ├── long → double
│ │ └── accuracy_radius → int (optional)
│ ├── InputMediaContact
│ │ ├── phone_number → string
│ │ ├── first_name → string
│ │ ├── last_name → string
│ │ └── vcard → string
│ │ ├── nosound_video → true (optional)
│ │ ├── force_file → true (optional)
│ │ ├── spoiler → true (optional)
│ │ ├── file → InputFile
│ │ │ ├── InputFile
│ │ │ ├── InputFileBig
│ │ │ └── InputFileStoryDocument
│ │ ├── thumb → InputFile (optional)
│ │ │ ├── InputFile
│ │ │ ├── InputFileBig
│ │ │ └── InputFileStoryDocument
│ │ ├── mime_type → string
│ │ ├── attributes → Vector < DocumentAttribute >
│ │ │ ├── DocumentAttributeImageSize
│ │ │ │ ├── w → int
│ │ │ │ └── h → int
│ │ │ ├── DocumentAttributeAnimated
│ │ │ ├── DocumentAttributeSticker
│ │ │ │ ├── mask → true (optional)
│ │ │ │ ├── alt → string
│ │ │ │ ├── stickerset → InputStickerSet
│ │ │ │ │ ├── InputStickerSetEmpty
│ │ │ │ │ ├── InputStickerSetID
│ │ │ │ │ ├── InputStickerSetShortName
│ │ │ │ │ ├── InputStickerSetAnimatedEmoji
│ │ │ │ │ ├── InputStickerSetDice
│ │ │ │ │ ├── InputStickerSetAnimatedEmojiAnimations
│ │ │ │ │ ├── InputStickerSetPremiumGifts
│ │ │ │ │ ├── InputStickerSetEmojiGenericAnimations
│ │ │ │ │ ├── InputStickerSetEmojiDefaultStatuses
│ │ │ │ │ ├── InputStickerSetEmojiDefaultTopicIcons
│ │ │ │ │ ├── InputStickerSetEmojiChannelDefaultStatuses
│ │ │ │ │ └── InputStickerSetTonGifts
│ │ │ │ └── mask_coords → MaskCoords (optional)
│ │ │ │ └── MaskCoords
│ │ │ ├── DocumentAttributeVideo
│ │ │ │ ├── round_message → true (optional)
│ │ │ │ ├── supports_streaming → true (optional)
│ │ │ │ ├── nosound → true (optional)
│ │ │ │ ├── duration → double
│ │ │ │ ├── w → int
│ │ │ │ ├── h → int
│ │ │ │ ├── preload_prefix_size → int (optional)
│ │ │ │ ├── video_start_ts → double (optional)
│ │ │ │ └── video_codec → string (optional)
│ │ │ ├── DocumentAttributeAudio
│ │ │ │ ├── voice → true (optional)
│ │ │ │ ├── duration → int
│ │ │ │ ├── title → string (optional)
│ │ │ │ ├── performer → string (optional)
│ │ │ │ └── waveform → bytes (optional)
│ │ │ ├── DocumentAttributeFilename
│ │ │ │ └── file_name → string
│ │ │ ├── DocumentAttributeHasStickers
│ │ │ └── DocumentAttributeCustomEmoji
│ │ │ ├── free → true (optional)
│ │ │ ├── text_color → true (optional)
│ │ │ ├── alt → string
│ │ │ └── stickerset → InputStickerSet
│ │ │ ├── InputStickerSetEmpty
│ │ │ ├── InputStickerSetID
│ │ │ ├── InputStickerSetShortName
│ │ │ ├── InputStickerSetAnimatedEmoji
│ │ │ ├── InputStickerSetDice
│ │ │ ├── InputStickerSetPremiumGifts
│ │ │ └── InputStickerSetTonGifts
│ │ ├── stickers → Vector < InputDocument > (optional)
│ │ │ ├── InputDocumentEmpty
│ │ │ └── InputDocument
│ │ │ ├── id → long
│ │ │ ├── access_hash → long
│ │ │ └── file_reference → bytes
│ │ ├── video_cover → InputPhoto (optional)
│ │ │ ├── InputPhotoEmpty
│ │ │ └── InputPhoto
│ │ │ ├── id → long
│ │ │ ├── access_hash → long
│ │ │ └── file_reference → bytes
│ │ ├── video_timestamp → int (optional)
│ │ └── ttl_seconds → int (optional)
│ ├── InputMediaDocument
│ │ ├── spoiler → true (optional)
│ │ ├── id → InputDocument
│ │ │ ├── InputDocumentEmpty
│ │ │ └── InputDocument
│ │ │ ├── id → long
│ │ │ ├── access_hash → long
│ │ │ └── file_reference → bytes
│ │ ├── video_cover → InputPhoto (optional)
│ │ │ ├── InputPhotoEmpty
│ │ │ └── InputPhoto
│ │ │ ├── id → long
│ │ │ ├── access_hash → long
│ │ │ └── file_reference → bytes
│ │ ├── video_timestamp → int (optional)
│ │ ├── ttl_seconds → int (optional)
│ │ └── query → string (optional)
│ ├── InputMediaVenue
│ │ ├── geo_point → InputGeoPoint
│ │ │ ├── InputGeoPointEmpty
│ │ │ └── InputGeoPoint
│ │ │ ├── lat → double
│ │ │ ├── long → double
│ │ │ └── accuracy_radius → int (optional)
│ │ ├── title → string
│ │ ├── address → string
│ │ ├── provider → string
│ │ ├── venue_id → string
│ │ └── venue_type → string
│ │ ├── spoiler → true (optional)
│ │ ├── url → string
│ │ └── ttl_seconds → int (optional)
│ │ ├── spoiler → true (optional)
│ │ ├── url → string
│ │ ├── ttl_seconds → int (optional)
│ │ ├── video_cover → InputPhoto (optional)
│ │ │ ├── InputPhotoEmpty
│ │ │ └── InputPhoto
│ │ │ ├── id → long
│ │ │ ├── access_hash → long
│ │ │ └── file_reference → bytes
│ │ └── video_timestamp → int (optional)
│ ├── InputMediaGame
│ │ └── id → InputGame
│ │ ├── InputGameID
│ │ │ ├── id → long
│ │ │ └── access_hash → long
│ │ └── InputGameShortName
│ │ ├── bot_id → InputUser
│ │ │ ├── InputUserEmpty
│ │ │ ├── InputUserSelf
│ │ │ ├── InputUser
│ │ │ └── InputUserFromMessage
│ │ └── short_name → string
│ ├── InputMediaInvoice
│ │ ├── title → string
│ │ ├── description → string
│ │ ├── photo → InputWebDocument (optional)
│ │ │ └── InputWebDocument
│ │ │ ├── url → string
│ │ │ ├── size → int
│ │ │ ├── mime_type → string
│ │ │ └── attributes → Vector < DocumentAttribute >
│ │ │ ├── DocumentAttributeImageSize
│ │ │ ├── DocumentAttributeAnimated
│ │ │ ├── DocumentAttributeSticker
│ │ │ ├── DocumentAttributeVideo
│ │ │ ├── DocumentAttributeAudio
│ │ │ ├── DocumentAttributeFilename
│ │ │ ├── DocumentAttributeHasStickers
│ │ │ └── DocumentAttributeCustomEmoji
│ │ ├── invoice → Invoice
│ │ │ └── Invoice
│ │ │ ├── test → true (optional)
│ │ │ ├── name_requested → true (optional)
│ │ │ ├── phone_requested → true (optional)
│ │ │ ├── email_requested → true (optional)
│ │ │ ├── shipping_address_requested → true (optional)
│ │ │ ├── flexible → true (optional)
│ │ │ ├── phone_to_provider → true (optional)
│ │ │ ├── email_to_provider → true (optional)
│ │ │ ├── recurring → true (optional)
│ │ │ ├── currency → string
│ │ │ ├── prices → Vector < LabeledPrice >
│ │ │ │ └── LabeledPrice
│ │ │ ├── max_tip_amount → long (optional)
│ │ │ ├── suggested_tip_amounts → Vector < long > (optional)
│ │ │ ├── terms_url → string (optional)
│ │ │ └── subscription_period → int (optional)
│ │ ├── payload → bytes
│ │ ├── provider → string (optional)
│ │ ├── provider_data → DataJSON
│ │ │ └── DataJSON
│ │ │ └── data → string
│ │ ├── start_param → string (optional)
│ │ └── extended_media → InputMedia (optional)
│ │ ├── InputMediaEmpty
│ │ ├── InputMediaUploadedPhoto
│ │ ├── InputMediaPhoto
│ │ ├── InputMediaGeoPoint
│ │ ├── InputMediaContact
│ │ ├── InputMediaUploadedDocument
│ │ ├── InputMediaDocument
│ │ ├── InputMediaVenue
│ │ ├── InputMediaPhotoExternal
│ │ ├── InputMediaDocumentExternal
│ │ ├── InputMediaGame
│ │ ├── InputMediaInvoice
│ │ ├── InputMediaGeoLive
│ │ ├── InputMediaPoll
│ │ ├── InputMediaDice
│ │ ├── InputMediaStory
│ │ ├── InputMediaWebPage
│ │ ├── InputMediaPaidMedia
│ │ ├── InputMediaTodo
│ │ └── InputMediaStakeDice
│ ├── InputMediaGeoLive
│ │ ├── stopped → true (optional)
│ │ ├── geo_point → InputGeoPoint
│ │ │ ├── InputGeoPointEmpty
│ │ │ └── InputGeoPoint
│ │ │ ├── lat → double
│ │ │ ├── long → double
│ │ │ └── accuracy_radius → int (optional)
│ │ ├── heading → int (optional)
│ │ ├── period → int (optional)
│ │ └── proximity_notification_radius → int (optional)
│ ├── InputMediaPoll
│ │ ├── poll → Poll
│ │ │ └── Poll
│ │ │ ├── id → long
│ │ │ ├── closed → true (optional)
│ │ │ ├── public_voters → true (optional)
│ │ │ ├── multiple_choice → true (optional)
│ │ │ ├── quiz → true (optional)
│ │ │ ├── open_answers → true (optional)
│ │ │ ├── revoting_disabled → true (optional)
│ │ │ ├── shuffle_answers → true (optional)
│ │ │ ├── hide_results_until_close → true (optional)
│ │ │ ├── creator → true (optional)
│ │ │ ├── subscribers_only → true (optional)
│ │ │ ├── question → TextWithEntities
│ │ │ │ └── TextWithEntities
│ │ │ ├── answers → Vector < PollAnswer >
│ │ │ │ ├── PollAnswer
│ │ │ │ └── InputPollAnswer
│ │ │ ├── close_period → int (optional)
│ │ │ ├── close_date → int (optional)
│ │ │ ├── countries_iso2 → Vector < string > (optional)
│ │ │ └── hash → long
│ │ ├── correct_answers → Vector < int > (optional)
│ │ ├── attached_media → InputMedia (optional)
│ │ │ ├── InputMediaEmpty
│ │ │ ├── InputMediaUploadedPhoto
│ │ │ ├── InputMediaPhoto
│ │ │ ├── InputMediaGeoPoint
│ │ │ ├── InputMediaContact
│ │ │ ├── InputMediaUploadedDocument
│ │ │ ├── InputMediaDocument
│ │ │ ├── InputMediaVenue
│ │ │ ├── InputMediaPhotoExternal
│ │ │ ├── InputMediaDocumentExternal
│ │ │ ├── InputMediaGame
│ │ │ ├── InputMediaInvoice
│ │ │ ├── InputMediaGeoLive
│ │ │ ├── InputMediaPoll
│ │ │ ├── InputMediaDice
│ │ │ ├── InputMediaStory
│ │ │ ├── InputMediaWebPage
│ │ │ ├── InputMediaPaidMedia
│ │ │ ├── InputMediaTodo
│ │ │ └── InputMediaStakeDice
│ │ ├── solution → string (optional)
│ │ ├── solution_entities → Vector < MessageEntity > (optional)
│ │ │ ├── MessageEntityUnknown
│ │ │ │ ├── offset → int
│ │ │ │ └── length → int
│ │ │ ├── MessageEntityMention
│ │ │ │ ├── offset → int
│ │ │ │ └── length → int
│ │ │ ├── MessageEntityHashtag
│ │ │ │ ├── offset → int
│ │ │ │ └── length → int
│ │ │ ├── MessageEntityBotCommand
│ │ │ │ ├── offset → int
│ │ │ │ └── length → int
│ │ │ ├── MessageEntityUrl
│ │ │ │ ├── offset → int
│ │ │ │ └── length → int
│ │ │ ├── MessageEntityEmail
│ │ │ │ ├── offset → int
│ │ │ │ └── length → int
│ │ │ ├── MessageEntityBold
│ │ │ │ ├── offset → int
│ │ │ │ └── length → int
│ │ │ ├── MessageEntityItalic
│ │ │ │ ├── offset → int
│ │ │ │ └── length → int
│ │ │ ├── MessageEntityCode
│ │ │ │ ├── offset → int
│ │ │ │ └── length → int
│ │ │ ├── MessageEntityPre
│ │ │ │ ├── offset → int
│ │ │ │ ├── length → int
│ │ │ │ └── language → string
│ │ │ ├── MessageEntityTextUrl
│ │ │ │ ├── offset → int
│ │ │ │ ├── length → int
│ │ │ │ └── url → string
│ │ │ ├── MessageEntityMentionName
│ │ │ │ ├── offset → int
│ │ │ │ ├── length → int
│ │ │ │ └── user_id → long
│ │ │ ├── InputMessageEntityMentionName
│ │ │ │ ├── offset → int
│ │ │ │ ├── length → int
│ │ │ │ └── user_id → InputUser
│ │ │ │ ├── InputUserEmpty
│ │ │ │ ├── InputUserSelf
│ │ │ │ ├── InputUser
│ │ │ │ └── InputUserFromMessage
│ │ │ ├── MessageEntityPhone
│ │ │ │ ├── offset → int
│ │ │ │ └── length → int
│ │ │ ├── MessageEntityCashtag
│ │ │ │ ├── offset → int
│ │ │ │ └── length → int
│ │ │ ├── MessageEntityUnderline
│ │ │ │ ├── offset → int
│ │ │ │ └── length → int
│ │ │ ├── MessageEntityStrike
│ │ │ │ ├── offset → int
│ │ │ │ └── length → int
│ │ │ ├── MessageEntityBankCard
│ │ │ │ ├── offset → int
│ │ │ │ └── length → int
│ │ │ ├── MessageEntitySpoiler
│ │ │ │ ├── offset → int
│ │ │ │ └── length → int
│ │ │ ├── MessageEntityCustomEmoji
│ │ │ │ ├── offset → int
│ │ │ │ ├── length → int
│ │ │ │ └── document_id → long
│ │ │ ├── MessageEntityBlockquote
│ │ │ │ ├── collapsed → true (optional)
│ │ │ │ ├── offset → int
│ │ │ │ └── length → int
│ │ │ ├── MessageEntityFormattedDate
│ │ │ │ ├── relative → true (optional)
│ │ │ │ ├── short_time → true (optional)
│ │ │ │ ├── long_time → true (optional)
│ │ │ │ ├── short_date → true (optional)
│ │ │ │ ├── long_date → true (optional)
│ │ │ │ ├── day_of_week → true (optional)
│ │ │ │ ├── offset → int
│ │ │ │ ├── length → int
│ │ │ │ └── date → int
│ │ │ ├── MessageEntityDiffInsert
│ │ │ │ ├── offset → int
│ │ │ │ └── length → int
│ │ │ ├── MessageEntityDiffReplace
│ │ │ │ ├── offset → int
│ │ │ │ ├── length → int
│ │ │ │ └── old_text → string
│ │ │ └── MessageEntityDiffDelete
│ │ │ ├── offset → int
│ │ │ └── length → int
│ │ └── solution_media → InputMedia (optional)
│ │ ├── InputMediaEmpty
│ │ ├── InputMediaUploadedPhoto
│ │ ├── InputMediaPhoto
│ │ ├── InputMediaGeoPoint
│ │ ├── InputMediaContact
│ │ ├── InputMediaUploadedDocument
│ │ ├── InputMediaDocument
│ │ ├── InputMediaVenue
│ │ ├── InputMediaPhotoExternal
│ │ ├── InputMediaDocumentExternal
│ │ ├── InputMediaGame
│ │ ├── InputMediaInvoice
│ │ ├── InputMediaGeoLive
│ │ ├── InputMediaPoll
│ │ ├── InputMediaDice
│ │ ├── InputMediaStory
│ │ ├── InputMediaWebPage
│ │ ├── InputMediaPaidMedia
│ │ ├── InputMediaTodo
│ │ └── InputMediaStakeDice
│ ├── InputMediaDice
│ │ └── emoticon → string
│ ├── InputMediaStory
│ │ ├── peer → InputPeer
│ │ │ ├── InputPeerEmpty
│ │ │ ├── InputPeerSelf
│ │ │ ├── InputPeerChat
│ │ │ ├── InputPeerUser
│ │ │ ├── InputPeerChannel
│ │ │ ├── InputPeerUserFromMessage
│ │ │ └── InputPeerChannelFromMessage
│ │ └── id → int
│ ├── InputMediaWebPage
│ │ ├── force_large_media → true (optional)
│ │ ├── force_small_media → true (optional)
│ │ ├── optional → true (optional)
│ │ └── url → string
│ ├── InputMediaPaidMedia
│ │ ├── stars_amount → long
│ │ ├── extended_media → Vector < InputMedia >
│ │ │ ├── InputMediaEmpty
│ │ │ ├── InputMediaUploadedPhoto
│ │ │ │ ├── spoiler → true (optional)
│ │ │ │ ├── live_photo → true (optional)
│ │ │ │ ├── file → InputFile
│ │ │ │ │ ├── InputFile
│ │ │ │ │ ├── InputFileBig
│ │ │ │ │ └── InputFileStoryDocument
│ │ │ │ ├── stickers → Vector < InputDocument > (optional)
│ │ │ │ │ ├── InputDocumentEmpty
│ │ │ │ │ └── InputDocument
│ │ │ │ ├── ttl_seconds → int (optional)
│ │ │ │ └── video → InputDocument (optional)
│ │ │ │ ├── InputDocumentEmpty
│ │ │ │ └── InputDocument
│ │ │ ├── InputMediaPhoto
│ │ │ │ ├── spoiler → true (optional)
│ │ │ │ ├── live_photo → true (optional)
│ │ │ │ ├── id → InputPhoto
│ │ │ │ │ ├── InputPhotoEmpty
│ │ │ │ │ └── InputPhoto
│ │ │ │ ├── ttl_seconds → int (optional)
│ │ │ │ └── video → InputDocument (optional)
│ │ │ │ ├── InputDocumentEmpty
│ │ │ │ └── InputDocument
│ │ │ ├── InputMediaGeoPoint
│ │ │ │ └── geo_point → InputGeoPoint
│ │ │ │ ├── InputGeoPointEmpty
│ │ │ │ └── InputGeoPoint
│ │ │ ├── InputMediaContact
│ │ │ │ ├── phone_number → string
│ │ │ │ ├── first_name → string
│ │ │ │ ├── last_name → string
│ │ │ │ └── vcard → string
│ │ │ ├── InputMediaUploadedDocument
│ │ │ │ ├── nosound_video → true (optional)
│ │ │ │ ├── force_file → true (optional)
│ │ │ │ ├── spoiler → true (optional)
│ │ │ │ ├── file → InputFile
│ │ │ │ │ ├── InputFile
│ │ │ │ │ ├── InputFileBig
│ │ │ │ │ └── InputFileStoryDocument
│ │ │ │ ├── thumb → InputFile (optional)
│ │ │ │ │ ├── InputFile
│ │ │ │ │ ├── InputFileBig
│ │ │ │ │ └── InputFileStoryDocument
│ │ │ │ ├── mime_type → string
│ │ │ │ ├── attributes → Vector < DocumentAttribute >
│ │ │ │ │ ├── DocumentAttributeImageSize
│ │ │ │ │ ├── DocumentAttributeAnimated
│ │ │ │ │ ├── DocumentAttributeSticker
│ │ │ │ │ ├── DocumentAttributeVideo
│ │ │ │ │ ├── DocumentAttributeAudio
│ │ │ │ │ ├── DocumentAttributeFilename
│ │ │ │ │ ├── DocumentAttributeHasStickers
│ │ │ │ │ └── DocumentAttributeCustomEmoji
│ │ │ │ ├── stickers → Vector < InputDocument > (optional)
│ │ │ │ │ ├── InputDocumentEmpty
│ │ │ │ │ └── InputDocument
│ │ │ │ ├── video_cover → InputPhoto (optional)
│ │ │ │ │ ├── InputPhotoEmpty
│ │ │ │ │ └── InputPhoto
│ │ │ │ ├── video_timestamp → int (optional)
│ │ │ │ └── ttl_seconds → int (optional)
│ │ │ ├── InputMediaDocument
│ │ │ │ ├── spoiler → true (optional)
│ │ │ │ ├── id → InputDocument
│ │ │ │ │ ├── InputDocumentEmpty
│ │ │ │ │ └── InputDocument
│ │ │ │ ├── video_cover → InputPhoto (optional)
│ │ │ │ │ ├── InputPhotoEmpty
│ │ │ │ │ └── InputPhoto
│ │ │ │ ├── video_timestamp → int (optional)
│ │ │ │ ├── ttl_seconds → int (optional)
│ │ │ │ └── query → string (optional)
│ │ │ ├── InputMediaVenue
│ │ │ │ ├── geo_point → InputGeoPoint
│ │ │ │ │ ├── InputGeoPointEmpty
│ │ │ │ │ └── InputGeoPoint
│ │ │ │ ├── title → string
│ │ │ │ ├── address → string
│ │ │ │ ├── provider → string
│ │ │ │ ├── venue_id → string
│ │ │ │ └── venue_type → string
│ │ │ ├── InputMediaPhotoExternal
│ │ │ │ ├── spoiler → true (optional)
│ │ │ │ ├── url → string
│ │ │ │ └── ttl_seconds → int (optional)
│ │ │ ├── InputMediaDocumentExternal
│ │ │ │ ├── spoiler → true (optional)
│ │ │ │ ├── url → string
│ │ │ │ ├── ttl_seconds → int (optional)
│ │ │ │ ├── video_cover → InputPhoto (optional)
│ │ │ │ │ ├── InputPhotoEmpty
│ │ │ │ │ └── InputPhoto
│ │ │ │ └── video_timestamp → int (optional)
│ │ │ ├── InputMediaGame
│ │ │ │ └── id → InputGame
│ │ │ │ ├── InputGameID
│ │ │ │ └── InputGameShortName
│ │ │ ├── InputMediaInvoice
│ │ │ │ ├── title → string
│ │ │ │ ├── description → string
│ │ │ │ ├── photo → InputWebDocument (optional)
│ │ │ │ │ └── InputWebDocument
│ │ │ │ ├── invoice → Invoice
│ │ │ │ │ └── Invoice
│ │ │ │ ├── payload → bytes
│ │ │ │ ├── provider → string (optional)
│ │ │ │ ├── provider_data → DataJSON
│ │ │ │ │ └── DataJSON
│ │ │ │ ├── start_param → string (optional)
│ │ │ │ └── extended_media → InputMedia (optional)
│ │ │ │ ├── InputMediaEmpty
│ │ │ │ ├── InputMediaUploadedPhoto
│ │ │ │ ├── InputMediaPhoto
│ │ │ │ ├── InputMediaGeoPoint
│ │ │ │ ├── InputMediaContact
│ │ │ │ ├── InputMediaUploadedDocument
│ │ │ │ ├── InputMediaDocument
│ │ │ │ ├── InputMediaVenue
│ │ │ │ ├── InputMediaPhotoExternal
│ │ │ │ ├── InputMediaDocumentExternal
│ │ │ │ ├── InputMediaGame
│ │ │ │ ├── InputMediaInvoice
│ │ │ │ ├── InputMediaGeoLive
│ │ │ │ ├── InputMediaPoll
│ │ │ │ ├── InputMediaDice
│ │ │ │ ├── InputMediaStory
│ │ │ │ ├── InputMediaWebPage
│ │ │ │ ├── InputMediaPaidMedia
│ │ │ │ ├── InputMediaTodo
│ │ │ │ └── InputMediaStakeDice
│ │ │ ├── InputMediaGeoLive
│ │ │ │ ├── stopped → true (optional)
│ │ │ │ ├── geo_point → InputGeoPoint
│ │ │ │ │ ├── InputGeoPointEmpty
│ │ │ │ │ └── InputGeoPoint
│ │ │ │ ├── heading → int (optional)
│ │ │ │ ├── period → int (optional)
│ │ │ │ └── proximity_notification_radius → int (optional)
│ │ │ ├── InputMediaPoll
│ │ │ │ ├── poll → Poll
│ │ │ │ │ └── Poll
│ │ │ │ ├── correct_answers → Vector < int > (optional)
│ │ │ │ ├── attached_media → InputMedia (optional)
│ │ │ │ │ ├── InputMediaEmpty
│ │ │ │ │ ├── InputMediaUploadedPhoto
│ │ │ │ │ ├── InputMediaPhoto
│ │ │ │ │ ├── InputMediaGeoPoint
│ │ │ │ │ ├── InputMediaContact
│ │ │ │ │ ├── InputMediaUploadedDocument
│ │ │ │ │ ├── InputMediaDocument
│ │ │ │ │ ├── InputMediaVenue
│ │ │ │ │ ├── InputMediaPhotoExternal
│ │ │ │ │ ├── InputMediaDocumentExternal
│ │ │ │ │ ├── InputMediaGame
│ │ │ │ │ ├── InputMediaInvoice
│ │ │ │ │ ├── InputMediaGeoLive
│ │ │ │ │ ├── InputMediaPoll
│ │ │ │ │ ├── InputMediaDice
│ │ │ │ │ ├── InputMediaStory
│ │ │ │ │ ├── InputMediaWebPage
│ │ │ │ │ ├── InputMediaPaidMedia
│ │ │ │ │ ├── InputMediaTodo
│ │ │ │ │ └── InputMediaStakeDice
│ │ │ │ ├── solution → string (optional)
│ │ │ │ ├── solution_entities → Vector < MessageEntity > (optional)
│ │ │ │ │ ├── MessageEntityUnknown
│ │ │ │ │ ├── MessageEntityMention
│ │ │ │ │ ├── MessageEntityHashtag
│ │ │ │ │ ├── MessageEntityBotCommand
│ │ │ │ │ ├── MessageEntityUrl
│ │ │ │ │ ├── MessageEntityEmail
│ │ │ │ │ ├── MessageEntityBold
│ │ │ │ │ ├── MessageEntityItalic
│ │ │ │ │ ├── MessageEntityCode
│ │ │ │ │ ├── MessageEntityPre
│ │ │ │ │ ├── MessageEntityTextUrl
│ │ │ │ │ ├── MessageEntityMentionName
│ │ │ │ │ ├── InputMessageEntityMentionName
│ │ │ │ │ ├── MessageEntityPhone
│ │ │ │ │ ├── MessageEntityCashtag
│ │ │ │ │ ├── MessageEntityUnderline
│ │ │ │ │ ├── MessageEntityStrike
│ │ │ │ │ ├── MessageEntityBankCard
│ │ │ │ │ ├── MessageEntitySpoiler
│ │ │ │ │ ├── MessageEntityCustomEmoji
│ │ │ │ │ ├── MessageEntityBlockquote
│ │ │ │ │ ├── MessageEntityFormattedDate
│ │ │ │ │ ├── MessageEntityDiffInsert
│ │ │ │ │ ├── MessageEntityDiffReplace
│ │ │ │ │ └── MessageEntityDiffDelete
│ │ │ │ └── solution_media → InputMedia (optional)
│ │ │ │ ├── InputMediaEmpty
│ │ │ │ ├── InputMediaUploadedPhoto
│ │ │ │ ├── InputMediaPhoto
│ │ │ │ ├── InputMediaGeoPoint
│ │ │ │ ├── InputMediaContact
│ │ │ │ ├── InputMediaUploadedDocument
│ │ │ │ ├── InputMediaDocument
│ │ │ │ ├── InputMediaVenue
│ │ │ │ ├── InputMediaPhotoExternal
│ │ │ │ ├── InputMediaDocumentExternal
│ │ │ │ ├── InputMediaGame
│ │ │ │ ├── InputMediaInvoice
│ │ │ │ ├── InputMediaGeoLive
│ │ │ │ ├── InputMediaPoll
│ │ │ │ ├── InputMediaDice
│ │ │ │ ├── InputMediaStory
│ │ │ │ ├── InputMediaWebPage
│ │ │ │ ├── InputMediaPaidMedia
│ │ │ │ ├── InputMediaTodo
│ │ │ │ └── InputMediaStakeDice
│ │ │ ├── InputMediaDice
│ │ │ │ └── emoticon → string
│ │ │ ├── InputMediaStory
│ │ │ │ ├── peer → InputPeer
│ │ │ │ │ ├── InputPeerEmpty
│ │ │ │ │ ├── InputPeerSelf
│ │ │ │ │ ├── InputPeerChat
│ │ │ │ │ ├── InputPeerUser
│ │ │ │ │ ├── InputPeerChannel
│ │ │ │ │ ├── InputPeerUserFromMessage
│ │ │ │ │ └── InputPeerChannelFromMessage
│ │ │ │ └── id → int
│ │ │ ├── InputMediaWebPage
│ │ │ │ ├── force_large_media → true (optional)
│ │ │ │ ├── force_small_media → true (optional)
│ │ │ │ ├── optional → true (optional)
│ │ │ │ └── url → string
│ │ │ ├── InputMediaPaidMedia
│ │ │ │ ├── stars_amount → long
│ │ │ │ ├── extended_media → Vector < InputMedia >
│ │ │ │ │ ├── InputMediaEmpty
│ │ │ │ │ ├── InputMediaUploadedPhoto
│ │ │ │ │ ├── InputMediaPhoto
│ │ │ │ │ ├── InputMediaGeoPoint
│ │ │ │ │ ├── InputMediaContact
│ │ │ │ │ ├── InputMediaUploadedDocument
│ │ │ │ │ ├── InputMediaDocument
│ │ │ │ │ ├── InputMediaVenue
│ │ │ │ │ ├── InputMediaPhotoExternal
│ │ │ │ │ ├── InputMediaDocumentExternal
│ │ │ │ │ ├── InputMediaGame
│ │ │ │ │ ├── InputMediaInvoice
│ │ │ │ │ ├── InputMediaGeoLive
│ │ │ │ │ ├── InputMediaPoll
│ │ │ │ │ ├── InputMediaDice
│ │ │ │ │ ├── InputMediaStory
│ │ │ │ │ ├── InputMediaWebPage
│ │ │ │ │ ├── InputMediaPaidMedia
│ │ │ │ │ ├── InputMediaTodo
│ │ │ │ │ └── InputMediaStakeDice
│ │ │ │ └── payload → string (optional)
│ │ │ ├── InputMediaTodo
│ │ │ │ └── todo → TodoList
│ │ │ │ └── TodoList
│ │ │ └── InputMediaStakeDice
│ │ │ ├── game_hash → string
│ │ │ ├── ton_amount → long
│ │ │ └── client_seed → bytes
│ │ └── payload → string (optional)
│ ├── InputMediaTodo
│ │ └── todo → TodoList
│ │ └── TodoList
│ │ ├── others_can_append → true (optional)
│ │ ├── others_can_complete → true (optional)
│ │ ├── title → TextWithEntities
│ │ │ └── TextWithEntities
│ │ └── list → Vector < TodoItem >
│ │ └── TodoItem
│ └── InputMediaStakeDice
│ ├── game_hash → string
│ ├── ton_amount → long
│ └── client_seed → bytes
├── media_areas → Vector < MediaArea > (optional)
│ ├── MediaAreaVenue
│ │ ├── coordinates → MediaAreaCoordinates
│ │ │ └── MediaAreaCoordinates
│ │ │ ├── x → double
│ │ │ ├── y → double
│ │ │ ├── w → double
│ │ │ ├── h → double
│ │ │ ├── rotation → double
│ │ │ └── radius → double (optional)
│ │ ├── geo → GeoPoint
│ │ │ ├── GeoPointEmpty
│ │ │ └── GeoPoint
│ │ │ ├── long → double
│ │ │ ├── lat → double
│ │ │ ├── access_hash → long
│ │ │ └── accuracy_radius → int (optional)
│ │ ├── title → string
│ │ ├── address → string
│ │ ├── provider → string
│ │ ├── venue_id → string
│ │ └── venue_type → string
│ ├── InputMediaAreaVenue
│ │ ├── coordinates → MediaAreaCoordinates
│ │ │ └── MediaAreaCoordinates
│ │ │ ├── x → double
│ │ │ ├── y → double
│ │ │ ├── w → double
│ │ │ ├── h → double
│ │ │ ├── rotation → double
│ │ │ └── radius → double (optional)
│ │ ├── query_id → long
│ │ └── result_id → string
│ ├── MediaAreaGeoPoint
│ │ ├── coordinates → MediaAreaCoordinates
│ │ │ └── MediaAreaCoordinates
│ │ │ ├── x → double
│ │ │ ├── y → double
│ │ │ ├── w → double
│ │ │ ├── h → double
│ │ │ ├── rotation → double
│ │ │ └── radius → double (optional)
│ │ ├── geo → GeoPoint
│ │ │ ├── GeoPointEmpty
│ │ │ └── GeoPoint
│ │ │ ├── long → double
│ │ │ ├── lat → double
│ │ │ ├── access_hash → long
│ │ │ └── accuracy_radius → int (optional)
│ │ └── address → GeoPointAddress (optional)
│ │ └── GeoPointAddress
│ │ ├── country_iso2 → string
│ │ ├── state → string (optional)
│ │ ├── city → string (optional)
│ │ └── street → string (optional)
│ │ ├── dark → true (optional)
│ │ ├── flipped → true (optional)
│ │ ├── coordinates → MediaAreaCoordinates
│ │ │ └── MediaAreaCoordinates
│ │ │ ├── x → double
│ │ │ ├── y → double
│ │ │ ├── w → double
│ │ │ ├── h → double
│ │ │ ├── rotation → double
│ │ │ └── radius → double (optional)
│ │ └── reaction → Reaction
│ │ ├── ReactionEmpty
│ │ ├── ReactionEmoji
│ │ │ └── emoticon → string
│ │ ├── ReactionCustomEmoji
│ │ │ └── document_id → long
│ │ └── ReactionPaid
│ ├── MediaAreaChannelPost
│ │ ├── coordinates → MediaAreaCoordinates
│ │ │ └── MediaAreaCoordinates
│ │ │ ├── x → double
│ │ │ ├── y → double
│ │ │ ├── w → double
│ │ │ ├── h → double
│ │ │ ├── rotation → double
│ │ │ └── radius → double (optional)
│ │ ├── channel_id → long
│ │ └── msg_id → int
│ │ ├── coordinates → MediaAreaCoordinates
│ │ │ └── MediaAreaCoordinates
│ │ │ ├── x → double
│ │ │ ├── y → double
│ │ │ ├── w → double
│ │ │ ├── h → double
│ │ │ ├── rotation → double
│ │ │ └── radius → double (optional)
│ │ ├── channel → InputChannel
│ │ │ ├── InputChannelEmpty
│ │ │ ├── InputChannel
│ │ │ └── InputChannelFromMessage
│ │ └── msg_id → int
│ ├── MediaAreaUrl
│ │ ├── coordinates → MediaAreaCoordinates
│ │ │ └── MediaAreaCoordinates
│ │ │ ├── x → double
│ │ │ ├── y → double
│ │ │ ├── w → double
│ │ │ ├── h → double
│ │ │ ├── rotation → double
│ │ │ └── radius → double (optional)
│ │ └── url → string
│ ├── MediaAreaWeather
│ │ ├── coordinates → MediaAreaCoordinates
│ │ │ └── MediaAreaCoordinates
│ │ │ ├── x → double
│ │ │ ├── y → double
│ │ │ ├── w → double
│ │ │ ├── h → double
│ │ │ ├── rotation → double
│ │ │ └── radius → double (optional)
│ │ ├── emoji → string
│ │ ├── temperature_c → double
│ │ └── color → int
│ └── MediaAreaStarGift
│ ├── coordinates → MediaAreaCoordinates
│ │ └── MediaAreaCoordinates
│ │ ├── x → double
│ │ ├── y → double
│ │ ├── w → double
│ │ ├── h → double
│ │ ├── rotation → double
│ │ └── radius → double (optional)
│ └── slug → string
├── caption → string (optional)
├── entities → Vector < MessageEntity > (optional)
│ ├── MessageEntityUnknown
│ │ ├── offset → int
│ │ └── length → int
│ ├── MessageEntityMention
│ │ ├── offset → int
│ │ └── length → int
│ ├── MessageEntityHashtag
│ │ ├── offset → int
│ │ └── length → int
│ │ ├── offset → int
│ │ └── length → int
│ ├── MessageEntityUrl
│ │ ├── offset → int
│ │ └── length → int
│ ├── MessageEntityEmail
│ │ ├── offset → int
│ │ └── length → int
│ ├── MessageEntityBold
│ │ ├── offset → int
│ │ └── length → int
│ ├── MessageEntityItalic
│ │ ├── offset → int
│ │ └── length → int
│ ├── MessageEntityCode
│ │ ├── offset → int
│ │ └── length → int
│ ├── MessageEntityPre
│ │ ├── offset → int
│ │ ├── length → int
│ │ └── language → string
│ ├── MessageEntityTextUrl
│ │ ├── offset → int
│ │ ├── length → int
│ │ └── url → string
│ │ ├── offset → int
│ │ ├── length → int
│ │ └── user_id → long
│ │ ├── offset → int
│ │ ├── length → int
│ │ └── user_id → InputUser
│ │ ├── InputUserEmpty
│ │ ├── InputUserSelf
│ │ ├── InputUser
│ │ └── InputUserFromMessage
│ ├── MessageEntityPhone
│ │ ├── offset → int
│ │ └── length → int
│ ├── MessageEntityCashtag
│ │ ├── offset → int
│ │ └── length → int
│ │ ├── offset → int
│ │ └── length → int
│ ├── MessageEntityStrike
│ │ ├── offset → int
│ │ └── length → int
│ ├── MessageEntityBankCard
│ │ ├── offset → int
│ │ └── length → int
│ ├── MessageEntitySpoiler
│ │ ├── offset → int
│ │ └── length → int
│ │ ├── offset → int
│ │ ├── length → int
│ │ └── document_id → long
│ │ ├── collapsed → true (optional)
│ │ ├── offset → int
│ │ └── length → int
│ │ ├── relative → true (optional)
│ │ ├── short_time → true (optional)
│ │ ├── long_time → true (optional)
│ │ ├── short_date → true (optional)
│ │ ├── long_date → true (optional)
│ │ ├── day_of_week → true (optional)
│ │ ├── offset → int
│ │ ├── length → int
│ │ └── date → int
│ │ ├── offset → int
│ │ └── length → int
│ │ ├── offset → int
│ │ ├── length → int
│ │ └── old_text → string
│ ├── offset → int
│ └── length → int
├── privacy_rules → Vector < InputPrivacyRule > (optional)
│ │ └── users → Vector < InputUser >
│ │ ├── InputUserEmpty
│ │ ├── InputUserSelf
│ │ ├── InputUser
│ │ │ ├── user_id → long
│ │ │ └── access_hash → long
│ │ └── InputUserFromMessage
│ │ ├── peer → InputPeer
│ │ │ ├── InputPeerEmpty
│ │ │ ├── InputPeerSelf
│ │ │ ├── InputPeerChat
│ │ │ ├── InputPeerUser
│ │ │ ├── InputPeerChannel
│ │ │ ├── InputPeerUserFromMessage
│ │ │ └── InputPeerChannelFromMessage
│ │ ├── msg_id → int
│ │ └── user_id → long
│ │ └── users → Vector < InputUser >
│ │ ├── InputUserEmpty
│ │ ├── InputUserSelf
│ │ ├── InputUser
│ │ │ ├── user_id → long
│ │ │ └── access_hash → long
│ │ └── InputUserFromMessage
│ │ ├── peer → InputPeer
│ │ │ ├── InputPeerEmpty
│ │ │ ├── InputPeerSelf
│ │ │ ├── InputPeerChat
│ │ │ ├── InputPeerUser
│ │ │ ├── InputPeerChannel
│ │ │ ├── InputPeerUserFromMessage
│ │ │ └── InputPeerChannelFromMessage
│ │ ├── msg_id → int
│ │ └── user_id → long
│ │ └── chats → Vector < long >
│ │ └── chats → Vector < long >
└── music → InputDocument (optional)
└── InputDocument
├── id → long
├── access_hash → long
└── file_reference → bytes

Example

await app.invoke(
    EditStory(
        peer=await app.resolve_peer(chat_id),
        id=0,
        media=InputMediaEmpty(),
        media_areas=[
                MediaAreaVenue(
                    coordinates=MediaAreaCoordinates(
                        x=0.0,
                        y=0.0,
                        w=0.0,
                        h=0.0,
                        rotation=0.0,
                        radius=None
                    ),
                    geo=GeoPointEmpty(),
                    title="text",
                    address="text",
                    provider="text",
                    venue_id="text",
                    venue_type="text"
                )
            ],
        caption="text",
        entities=[
                MessageEntityUnknown(
                    offset=0,
                    length=0
                )
            ],
        privacy_rules=[
                InputPrivacyValueAllowContacts()
            ],
        music=InputDocumentEmpty(),
    )
)