Raw.UpdateStory
A new story was posted.
updateStory#75b3b798 peer:Peer story:StoryItem = Update;
export namespace Raw {
export class UpdateStory {
constructor(params: { peer: Raw.TypePeer; story: Raw.TypeStoryItem }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x75b3b798
Property
peer
: Raw.TypePeerId of the poster.
story
: Raw.TypeStoryItemThe story that was posted.