Skip to content

fort_deploy_pokemon

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

fort_deploy_pokemon

API function fort_deploy_pokemon
Class Name: POGOProtos.Networking.Requests.Messages_pb2.FortDeployPokemonMessage
File name: POGOProtos/Networking/Requests/Messages/FortDeployPokemonMessage.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_deploy_pokemon(
        fort_id = <your_input>,
        pokemon_id = <your_input>,
        player_latitude = <your_input>,
        player_longitude = <your_input>)
Clone this wiki locally