Raw.StoryReactionPublicRepost
A certain peer has reposted the story.
storyReactionPublicRepost#cfcd0f13 peer_id:Peer story:StoryItem = StoryReaction;
export namespace Raw {
export class StoryReactionPublicRepost {
constructor(params: { peerId: Raw.TypePeer; story: Raw.TypeStoryItem }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xcfcd0f13
Property
peerId
: Raw.TypePeerThe peer that reposted the story.
story
: Raw.TypeStoryItemThe reposted story.