Apply suggestions from code review

Co-authored-by: delvh <dev.lh@web.de>
This commit is contained in:
Kai S. K. Engelbart 2020-07-02 15:59:38 +00:00 committed by GitHub
parent 87ef0c4742
commit ac99b4b09b

View File

@ -30,6 +30,14 @@ public class Attachment implements Serializable {
*/
PICTURE,
/**
* This attachment type denotes a video.
*
* @since Envoy Common v0.1-beta
*/
VIDEO,
/**
* This attachment type denotes a voice message.
*