feat: Add sticker support in Line channel (#8488)

This commit is contained in:
Muhsin Keloth
2023-12-11 10:15:44 +05:30
committed by GitHub
parent 2ae9bbb24e
commit db9a32a4c0
4 changed files with 100 additions and 4 deletions

View File

@@ -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