Skip to content

get_player_profile

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

get_player_profile

API function get_player_profile
Class Name: POGOProtos.Networking.Requests.Messages_pb2.GetPlayerProfileMessage
File name: POGOProtos/Networking/Requests/Messages/GetPlayerProfileMessage.proto

Input Arguments

Field Protobuf Type Python Type Label Description
player_name string str/unicode optional

Usage Example

    api.get_player_profile(
        player_name = <your_input>)
Clone this wiki locally