Raw.fragment.GetCollectibleInfo
Fetch information about a fragment collectible, see here for more info on the full flow.
fragment.getCollectibleInfo#be1e85ba collectible:InputCollectible = fragment.CollectibleInfo;
export namespace Raw {
export namespace fragment {
export class GetCollectibleInfo {
constructor(params: { collectible: Raw.TypeInputCollectible }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xbe1e85ba
Property
collectible
: Raw.TypeInputCollectibleCollectible to fetch info about.