GroupConvo
data class GroupConvo(val joinLink: JoinLinkView? = null, val lockStatus: ConvoLockStatus, val name: String) : ConvoViewKindUnion
NOTE: This is under active development and should be considered unstable while this note is here.