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

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Networking.Requests.Messages.UseItemCaptureMessage

Documentation

data UseItemCaptureMessage Source #

Instances

Eq UseItemCaptureMessage Source # 
Show UseItemCaptureMessage Source # 
Default UseItemCaptureMessage Source # 
Message UseItemCaptureMessage Source # 
HasField "encounterId" UseItemCaptureMessage UseItemCaptureMessage Source # 
HasField "itemId" UseItemCaptureMessage UseItemCaptureMessage Source # 
HasField "spawnPointId" UseItemCaptureMessage UseItemCaptureMessage Source # 
type Field "encounterId" UseItemCaptureMessage Source # 
type Field "encounterId" UseItemCaptureMessage = Word64
type Field "itemId" UseItemCaptureMessage Source # 
type Field "spawnPointId" UseItemCaptureMessage Source # 
type Field "spawnPointId" UseItemCaptureMessage = Text

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

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

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