lib/smooch-api/models/message.rb in smooch-api-4.2.0 vs lib/smooch-api/models/message.rb in smooch-api-5.0
- old
+ new
@@ -19,13 +19,13 @@
attr_accessor :id
# The ID of the message's author.
attr_accessor :authorId
- # The role of the individual posting the message. Can be either *appUser* or *appMaker*.
+ # The role of the individual posting the message. See Enums.md for available values.
attr_accessor :role
- # The message type.
+ # The message type. See Enums.md for available values.
attr_accessor :type
# The source of the message.
attr_accessor :source