pokemon-go-protobuf-types-0.1.2: Haskell types for the Pokemon Go protobuf protocol.

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Networking.Responses.PlayerUpdateResponse

Documentation

data PlayerUpdateResponse Source #

Instances

Eq PlayerUpdateResponse Source # 
Show PlayerUpdateResponse Source # 
Default PlayerUpdateResponse Source # 
Message PlayerUpdateResponse Source # 
HasField "forts" PlayerUpdateResponse PlayerUpdateResponse Source # 
HasField "fortsNearby" PlayerUpdateResponse PlayerUpdateResponse Source # 
HasField "wildPokemons" PlayerUpdateResponse PlayerUpdateResponse Source # 
type Field "forts" PlayerUpdateResponse Source # 
type Field "fortsNearby" PlayerUpdateResponse Source # 
type Field "fortsNearby" PlayerUpdateResponse = Int32
type Field "wildPokemons" PlayerUpdateResponse Source # 
type Field "wildPokemons" PlayerUpdateResponse = [WildPokemon]

forts :: forall msg msg'. HasField "forts" msg msg' => Lens msg msg' (Field "forts" msg) (Field "forts" msg') Source #

fortsNearby :: forall msg msg'. HasField "fortsNearby" msg msg' => Lens msg msg' (Field "fortsNearby" msg) (Field "fortsNearby" msg') Source #

wildPokemons :: forall msg msg'. HasField "wildPokemons" msg msg' => Lens msg msg' (Field "wildPokemons" msg) (Field "wildPokemons" msg') Source #