Skip to content

use_item_capture

Tjado Maecke edited this page Jul 28, 2016 · 1 revision

use_item_capture

API function use_item_capture
Class Name: POGOProtos.Networking.Requests.Messages_pb2.UseItemCaptureMessage
File name: POGOProtos/Networking/Requests/Messages/UseItemCaptureMessage.proto

Input Arguments

Field Protobuf Type Python Type Label Description
item_id POGOProtos.Inventory.Item.ItemId POGOProtos.Inventory.Item.ItemId optional
encounter_id fixed64 int/long optional
spawn_point_id string str/unicode optional

Usage Example

    api.use_item_capture(
        item_id = <your_input>,
        encounter_id = <your_input>,
        spawn_point_id = <your_input>)
Clone this wiki locally