content
New content of the story; pass null to keep the current content.
Returns Ok
static final int
int
long
EditStory(long storySenderChatId,
int storyId,
TdApi.InputStoryContent content,
TdApi.InputStoryAreas areas,
TdApi.FormattedText caption)
boolean
int
int
hashCode()
void
serialize(DataOutput output)
toString
serialize
Returns Ok
Returns Ok
storySenderChatId
- Identifier of the chat that posted the story.storyId
- Identifier of the story to edit.content
- New content of the story; pass null to keep the current content.areas
- New clickable rectangle areas to be shown on the story media; pass null to keep the current areas. Areas can't be edited if story content isn't changed.caption
- New story caption; pass null to keep the current caption.
Returns Ok
Returns Ok
input
- Serialized inputIOException
- the deserialization failedTdApi.Object
getConstructor
in class TdApi.Object
serialize
in class TdApi.Object
output
- output data streamIOException
- the serialization failed