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

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Data.Player.PlayerPublicProfile

Documentation

data PlayerPublicProfile Source #

Instances

Eq PlayerPublicProfile Source # 
Show PlayerPublicProfile Source # 
Default PlayerPublicProfile Source # 
Message PlayerPublicProfile Source # 
HasField "avatar" PlayerPublicProfile PlayerPublicProfile Source # 
HasField "level" PlayerPublicProfile PlayerPublicProfile Source # 
HasField "maybe'avatar" PlayerPublicProfile PlayerPublicProfile Source # 

Methods

field :: ProxySym "maybe'avatar" -> Lens PlayerPublicProfile PlayerPublicProfile (Field "maybe'avatar" PlayerPublicProfile) (Field "maybe'avatar" PlayerPublicProfile) #

HasField "name" PlayerPublicProfile PlayerPublicProfile Source # 
type Field "avatar" PlayerPublicProfile Source # 
type Field "level" PlayerPublicProfile Source # 
type Field "maybe'avatar" PlayerPublicProfile Source # 
type Field "name" PlayerPublicProfile Source # 

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

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

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

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