Message
constructor(text: String = "", authorIsUser: Boolean = true, isPending: Boolean = false, isLoaded: Boolean = false)
private constructor(text: String, authorIsUser: Boolean, isPending: Boolean, isLoaded: Boolean, uuid: String)
Parameters
is Pending
is true if the app is waiting for the HTTP response
is Loaded
is true once the entire generated text has been loaded (with some typing animation)