Profile

data class Profile(name: String?, avatar: String?, address: JsonAddress?, capabilities: Capabilities?, color: String?, about: String?, emoji: String?, profileName: String?, inboxPosition: Int?, expirationTime: Int?, mobilecoinAddress: String?) : SignaldResponseBodyV1

Information about a Signal user

Constructors

Profile
Link copied to clipboard
common
fun Profile(name: String? = null, avatar: String? = null, address: JsonAddress? = null, capabilities: Capabilities? = null, color: String? = null, about: String? = null, emoji: String? = null, profileName: String? = null, inboxPosition: Int? = null, expirationTime: Int? = null, mobilecoinAddress: String? = null)

Properties

about
Link copied to clipboard
common
val about: String? = null
address
Link copied to clipboard
common
val address: JsonAddress? = null
avatar
Link copied to clipboard
common
val avatar: String? = null
path to avatar on local disk
capabilities
Link copied to clipboard
common
val capabilities: Capabilities? = null
color
Link copied to clipboard
common
val color: String? = null
color of the chat with this user
emoji
Link copied to clipboard
common
val emoji: String? = null
expirationTime
Link copied to clipboard
common
val expirationTime: Int? = null
inboxPosition
Link copied to clipboard
common
val inboxPosition: Int? = null
mobilecoinAddress
Link copied to clipboard
common
val mobilecoinAddress: String? = null
base64-encoded mobilecoin address.
name
Link copied to clipboard
common
val name: String? = null
The user's name from local contact names if available, or if not in contact list their Signal profile name
profileName
Link copied to clipboard
common
val profileName: String? = null
The user's Signal profile name