messenger_bot v0.7.2 MessengerBot.Component.Message.Button
Structure and type for button
Link to this section Summary
Functions
Function to define postback button with exact requirements
Function to define call button with exact requirements
Function to define postback button with exact requirements
Function to define logout button
Function to define postback button with exact requirements
Function to define share button
Function to define url button with minimum requirements
Link to this section Types
Link to this section Functions
Function to define postback button with exact requirements
Link to this function
call_button(map)
call_button(Map.t) :: MessengerBot.Component.Message.Button.t
Function to define call button with exact requirements
Link to this function
login_button(map)
login_button(Map.t) :: MessengerBot.Component.Message.Button.t
Function to define postback button with exact requirements
Function to define logout button
Link to this function
postback_button(map)
postback_button(Map.t) :: MessengerBot.Component.Message.Button.t
Function to define postback button with exact requirements
Link to this function
url_button(fields)
url_button(Map.t) :: MessengerBot.Component.Message.Button.t
Function to define url button with minimum requirements