get_collectible_item_info()¶
- Client.get_collectible_item_info()¶
Returns information about a given collectible item that was purchased at https://fragment.com .. include:: /_includes/usable-by/users.rst You must use exactly one of
username
ORphone_number
. :Parameters: * username (str
, optional) – Describes a collectible username that can be purchased at https://fragment.comphone_number (
str
, optional) – Describes a collectible phone number that can be purchased at https://fragment.com
- Returns:¶
CollectibleInfo
– On success, a collectible info is returned.
Example