feat: Add sticker support in Line channel (#8488)
This commit is contained in:
@@ -89,7 +89,8 @@ class Message < ApplicationRecord
|
||||
article: 7,
|
||||
incoming_email: 8,
|
||||
input_csat: 9,
|
||||
integrations: 10
|
||||
integrations: 10,
|
||||
sticker: 11
|
||||
}
|
||||
enum status: { sent: 0, delivered: 1, read: 2, failed: 3 }
|
||||
# [:submitted_email, :items, :submitted_values] : Used for bot message types
|
||||
|
||||
Reference in New Issue
Block a user