Raw.messages.GetScheduledHistory

Raw.messages.GetScheduledHistory

Get scheduled messages

messages.getScheduledHistory#f516760b peer:InputPeer hash:long = messages.Messages;
export namespace Raw {
  export namespace messages {
    export class GetScheduledHistory {
      constructor(params: { peer: Raw.TypeInputPeer; hash: bigint }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0xf516760b

Property

  • peer : Raw.TypeInputPeer

    Peer

  • hash : bigint

    Hash used for caching, for more info click here. to generate the hash, populate the ids array with the id, date and editDate (in this order) of the previously returned messages (in order, i.e. ids = [id1, date1, editDate1, id2, date2, editDate2,…]).

Results

Raw.messages.TypeMessages