Set Profile
data class SetProfile(account: String, name: String, avatarFile: String?, about: String?, emoji: String?, mobilecoinAddress: String?) : SignaldRequestBodyV1<SetProfile, EmptyResponse>
Content copied to clipboard
Functions
getTypedResponseOrNull
Link copied to clipboard
open override fun getTypedResponseOrNull(responseWrapper: JsonMessageWrapper<*>): EmptyResponse?
Content copied to clipboard
submit
Link copied to clipboard