Package-level declarations
Types
Link copied to clipboard
data class Declaration(val allowIncoming: DeclarationAllowIncoming, val allowGroupInvites: DeclarationAllowGroupInvites? = null)
Link copied to clipboard
NOTE: This is under active development and should be considered unstable while this note is here. Declaration about group chat invitation preferences for the record owner.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
NOTE: This is under active development and should be considered unstable while this note is here.
Link copied to clipboard
data class GetStatusResponse(val chatDisabled: Boolean, val canCreateGroups: Boolean, val groupMemberLimit: Long)
Link copied to clipboard
NOTE: This is under active development and should be considered unstable while this note is here. A current group convo member.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
NOTE: This is under active development and should be considered unstable while this note is here. A past group convo member.
Link copied to clipboard
data class ProfileViewBasic(val did: Did, val handle: Handle, val displayName: String? = null, val avatar: Uri? = null, val associated: ProfileAssociated? = null, val viewer: ViewerState? = null, val labels: List<Label>? = null, val createdAt: Timestamp? = null, val chatDisabled: Boolean? = null, val verification: VerificationState? = null, val kind: ProfileViewBasicKindUnion? = null)
Link copied to clipboard