Discord: embed images

![alt](image link) is now converted to an image embed.
This commit is contained in:
Harvey Tindall
2021-05-22 15:32:51 +01:00
parent 35d407afef
commit 591e3c5ca1
3 changed files with 20 additions and 24 deletions
+1 -1
View File
@@ -2048,7 +2048,7 @@ func (app *appContext) TelegramAddUser(gc *gin.Context) {
// @Summary Sets whether to notify a user through telegram or not.
// @Produce json
// @Param telegramNotifyDTO body telegramNotifyDTO true "User's Jellyfin ID and whether or not to notify then through Telegram."
// @Param SetContactMethodDTO body SetContactMethodsDTO true "User's Jellyfin ID and whether or not to notify then through Telegram."
// @Success 200 {object} boolResponse
// @Success 400 {object} boolResponse
// @Success 500 {object} boolResponse