Raw.InputStorePaymentAuthCode
inputStorePaymentAuthCode#9bb2636d flags:# restore:flags.0?true phone_number:string phone_code_hash:string currency:string amount:long = InputStorePaymentPurpose;
export namespace Raw {
export class InputStorePaymentAuthCode {
constructor(params: {
restore?: boolean;
phoneNumber: string;
phoneCodeHash: string;
currency: string;
amount: bigint;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 201
Constructor ID: 0x9bb2636d