friend

abstract suspend fun friend(id: ID): Friend?

通过唯一标识获取这个容器对应的某个好友,获取不到则为null。

Parameters

id

好友的唯一标识