package services type TextMessage struct { Message string `json:"message"` } type PictureMessage struct { ImgURL string `json:"img_url"` }