Skip to content
Snippets Groups Projects
Unverified Commit b9a3b3e3 authored by Angelo Capossele's avatar Angelo Capossele Committed by GitHub
Browse files

Update plugins/webapi/message/plugin.go


Co-Authored-By: default avatarLuca Moser <moser.luca@gmail.com>
parent 0d624362
No related branches found
No related tags found
No related merge requests found
......@@ -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"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment