Raw.messages.EditFactCheck

Raw.messages.EditFactCheck

Edit/create a fact-check on a message.

messages.editFactCheck#589ee75 peer:InputPeer msg_id:int text:TextWithEntities = Updates;
export namespace Raw {
  export namespace messages {
    export class EditFactCheck {
      constructor(params: {
        peer: Raw.TypeInputPeer;
        msgId: number;
        text: Raw.TypeTextWithEntities;
      }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x589ee75

Property

Results

Raw.TypeUpdates