CommentLikersResponse

data class CommentLikersResponse(result: Map<Long, Liker>?)

Parameters

result

Hashmap Id пользователя - объект Liker

Constructors

Link copied to clipboard
fun CommentLikersResponse(result: Map<Long, Liker>? = null)

Properties

Link copied to clipboard
val result: Map<Long, Liker>? = null