Feat(webhook-type): Initial webhook type support
This commit is contained in:
@@ -14,6 +14,7 @@ type WebhookRoute struct {
|
||||
UpdatedAt time.Time
|
||||
DeletedAt gorm.DeletedAt `gorm:"index"`
|
||||
WebhookID string `gorm:"index,unique"`
|
||||
WebhookType string `gorm:"index"`
|
||||
TelegramShortCode string `gorm:"index"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user