@GET("/v1/api/talk/plusfriends") abstract fun channels(@Query("plus_friend_public_ids") publicIds: String? = null): Call<ChannelRelations>