- API ›
- Constructors ›
- InputCollectiblePhone
InputCollectiblePhone
---types--- inputCollectiblePhone#a2e214a4 phone:string = InputCollectible
Belongs to
| InputCollectible |
In Rust this constructor is a variant of the enums::InputCollectible enum.
Match on it with: if let enums::InputCollectible::InputCollectiblePhone(v) = result { ... }
Parameters
| phone | string | required |
Used by
| GetCollectibleInfo |