Client
type Client
func New
func (*Client) GetWebhookGetRequestHandler
GetWebhookGetRequestHandler returns the handler function for handling GET requests to the webhook.
func (*Client) GetWebhookPostRequestHandler
GetWebhookPostRequestHandler returns the handler function for handling POST requests to the webhook.
func (*Client) Initiate
InitiateClient initializes the client and starts listening to events from the webhook. It returns true if the client was successfully initiated.
func (*Client) NewMessagingClient
func (*Client) On
OnMessage registers a handler for a specific event type.