Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 574 Bytes

TextMessage.md

File metadata and controls

19 lines (10 loc) · 574 Bytes

TextMessage

Properties

Name Type Description Notes
type String The type of message.
text String The text content of the message. Optional only if actions are provided. [optional]
actions List<Action> Array of message actions. [optional]
payload String The payload of a reply button response message. [optional]

Implemented Interfaces

  • Content