Raw.ExportedContactToken
Describes a temporary profile link.
exportedContactToken#41bf109b url:string expires:int = ExportedContactToken;
export namespace Raw {
export class ExportedContactToken {
constructor(params: { url: string; expires: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x41bf109b