Skip to content

fort_recall_pokemon

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

fort_recall_pokemon

API function fort_recall_pokemon
Class Name: POGOProtos.Networking.Requests.Messages_pb2.FortRecallPokemonMessage
File name: POGOProtos/Networking/Requests/Messages/FortRecallPokemonMessage.proto

Input Arguments

Field Protobuf Type Python Type Label Description
fort_id string str/unicode optional
pokemon_id fixed64 int/long optional
player_latitude double float optional
player_longitude double float optional

Usage Example

    api.fort_recall_pokemon(
        fort_id = <your_input>,
        pokemon_id = <your_input>,
        player_latitude = <your_input>,
        player_longitude = <your_input>)
Clone this wiki locally