Raw.messages.GetFactCheck
Fetch one or more factchecks, see here for the full flow.
messages.getFactCheck#b9cdc5ee peer:InputPeer msg_id:Vector<int> = Vector<FactCheck>;
export namespace Raw {
export namespace messages {
export class GetFactCheck {
constructor(params: { peer: Raw.TypeInputPeer; msgId: Array<number> }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xb9cdc5ee
Property
peer
: Raw.TypeInputPeerPeer where the messages were sent.
msgId
: Array of numberMessages that have associated factcheck constructors with the needCheck flag set.