Raw.InputReplyToStory
Reply to a story.
inputReplyToStory#5881323a peer:InputPeer story_id:int = InputReplyTo;
export namespace Raw {
export class InputReplyToStory {
constructor(params: { peer: Raw.TypeInputPeer; storyId: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x5881323a
Property
peer
: Raw.TypeInputPeerSender of the story
storyId
: numberId of the story to reply to.