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

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Networking.Responses.EchoResponse

Documentation

data EchoResponse #

Constructors

EchoResponse 

Fields

Instances

Eq EchoResponse # 
Show EchoResponse # 
Message EchoResponse # 

Methods

descriptor :: MessageDescriptor EchoResponse

Default EchoResponse # 

Methods

def :: EchoResponse

HasField "context" EchoResponse EchoResponse # 

Methods

field :: ProxySym "context" -> Lens EchoResponse EchoResponse (Field "context" EchoResponse) (Field "context" EchoResponse)

type Field "context" EchoResponse # 
type Field "context" EchoResponse = Text

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