Raw.messages.GetSavedReactionTags

Raw.messages.GetSavedReactionTags

Fetch the full list of saved message tags created by the user.

messages.getSavedReactionTags#3637e05b flags:# peer:flags.0?InputPeer hash:long = messages.SavedReactionTags;
export namespace Raw {
  export namespace messages {
    export class GetSavedReactionTags {
      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: 0x3637e05b

Property

  • peer : Raw.TypeInputPeer or undefined

    If set, returns tags only used in the specified saved message dialog.

  • hash : bigint

    Hash used for caching, for more info click here.

Results

Raw.messages.TypeSavedReactionTags