Raw.messages.GetFactCheck

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.TypeInputPeer

    Peer where the messages were sent.

  • msgId : Array of number

    Messages that have associated factcheck constructors with the needCheck flag set.

Results

Array of Raw.TypeFactCheck