Skip to content

nickname_pokemon

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

nickname_pokemon

API function nickname_pokemon
Class Name: POGOProtos.Networking.Requests.Messages_pb2.NicknamePokemonMessage
File name: POGOProtos/Networking/Requests/Messages/NicknamePokemonMessage.proto

Input Arguments

Field Protobuf Type Python Type Label Description
pokemon_id fixed64 int/long optional
nickname string str/unicode optional

Usage Example

    api.nickname_pokemon(
        pokemon_id = <your_input>,
        nickname = <your_input>)
Clone this wiki locally