messenger_bot v0.9.2 MessengerBot.Payload.MessageRequest

Request struct

Link to this section Summary

Functions

Build struct for mark seen

Build struct for typing off

Build struct for typing on

Link to this section Types

Link to this type t()
t() :: %MessengerBot.Payload.MessageRequest{message: Map.t, notification_type: String.t, recipient: Map.t, sender_action: String.t, tag: String.t}

Link to this section Functions

Link to this function mark_seen(recipient)

Build struct for mark seen

Link to this function message(recipient, message, notification_type \\ nil)

Build struct for message

Link to this function typing_off(recipient)

Build struct for typing off

Link to this function typing_on(recipient)

Build struct for typing on