Glific v0.3.1 GlificWeb.Providers.Gupshup.Controllers.MessageController View Source
Dedicated controller to handle different types of inbound message form Gupshup
Link to this section Summary
Functions
Callback audio gupshup image images
Callback file gupshup image images
Callback for gupshup image images
Parse text message payload and convert that into Glific message struct
Callback video gupshup image images
Link to this section Functions
Specs
audio(Plug.Conn.t(), map()) :: Plug.Conn.t()
Callback audio gupshup image images
Specs
file(Plug.Conn.t(), map()) :: Plug.Conn.t()
Callback file gupshup image images
Specs
image(Plug.Conn.t(), map()) :: Plug.Conn.t()
Callback for gupshup image images
Specs
text(Plug.Conn.t(), map()) :: Plug.Conn.t()
Parse text message payload and convert that into Glific message struct
Specs
video(Plug.Conn.t(), map()) :: Plug.Conn.t()
Callback video gupshup image images