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

disk_encounter

NoOne-dev edited this page Aug 28, 2016 · 2 revisions

disk_encounter

API function disk_encounter
Class Name: POGOProtos.Networking.Requests.Messages_pb2.DiskEncounterMessage
File name: POGOProtos/Networking/Requests/Messages/DiskEncounterMessage.proto

Input Arguments

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

Usage Example

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