fstn
fun init(){ if(media == null && txt == null) throw ResponseMustHaveATextOrAMediaException() } class ResponseMustHaveATextOrAMediaException() : RuntimeException(“Response must have a text or a media”)