Raw.messages.GetExtendedMedia

Raw.messages.GetExtendedMedia

Fetch updated information about paid media, see here for the full flow.

messages.getExtendedMedia#84f80814 peer:InputPeer id:Vector<int> = Updates;
export namespace Raw {
  export namespace messages {
    export class GetExtendedMedia {
      constructor(params: { peer: Raw.TypeInputPeer; id: Array<number> }) {}
    }
  }
}

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

Layer: 198
Constructor ID: 0x84f80814

Property

  • peer : Raw.TypeInputPeer

    Peer with visible paid media messages.

  • id : Array of number

    Ids of currently visible messages containing paid media.

Results

Raw.TypeUpdates