SearchUsersByNicknameResponse
data class SearchUsersByNicknameResponse( val offset: Int, val totalCount: Int, val users: List<UserFromSearch>)
Content copied to clipboard
Constructors
Link copied to clipboard
fun SearchUsersByNicknameResponse( offset: Int, totalCount: Int, users: List<UserFromSearch>)
Content copied to clipboard