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

set_favorite_pokemon

tjado edited this page Aug 1, 2016 · 2 revisions

set_favorite_pokemon

API function set_favorite_pokemon
Class Name: POGOProtos.Networking.Requests.Messages_pb2.SetFavoritePokemonMessage
File name: POGOProtos/Networking/Requests/Messages/SetFavoritePokemonMessage.proto

Input Arguments

Field Protobuf Type Python Type Label Description
pokemon_id uint64 int/long optional
is_favorite bool boolean optional

Usage Example

    api.set_favorite_pokemon(
        pokemon_id = <your_input>,
        is_favorite = <your_input>)
Clone this wiki locally