From b9a3b3e342f5a3692d989b581a0bb42efaa3643e Mon Sep 17 00:00:00 2001
From: Angelo Capossele <angelocapossele@gmail.com>
Date: Thu, 9 Apr 2020 16:38:41 +0100
Subject: [PATCH] Update plugins/webapi/message/plugin.go

Co-Authored-By: Luca Moser <moser.luca@gmail.com>
---
 plugins/webapi/message/plugin.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/webapi/message/plugin.go b/plugins/webapi/message/plugin.go
index cae60826..80994cf8 100644
--- a/plugins/webapi/message/plugin.go
+++ b/plugins/webapi/message/plugin.go
@@ -75,6 +75,7 @@ type Request struct {
 	Ids []string `json:"ids"`
 }
 
+// Message contains information about a given message.
 type Message struct {
 	Id              string `json:"Id,omitempty"`
 	TrunkId         string `json:"trunkId,omitempty"`
-- 
GitLab