Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

use_item_egg_incubator

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

use_item_egg_incubator

API function use_item_egg_incubator
Class Name: POGOProtos.Networking.Requests.Messages_pb2.UseItemEggIncubatorMessage
File name: POGOProtos/Networking/Requests/Messages/UseItemEggIncubatorMessage.proto

Input Arguments

Field Protobuf Type Python Type Label Description
item_id string str/unicode optional
pokemon_id uint64 int/long optional

Usage Example

    api.use_item_egg_incubator(
        item_id = <your_input>,
        pokemon_id = <your_input>)
Clone this wiki locally