KGInvitationReceviersCountResponse

class KGInvitationReceviersCountResponse(val totalReceiversCount: Int, val joinersCount: Int)

KGInvitationReceviersCountResponse는 나의 초대를 받은 친구의 명 수를 다룬다.

Constructors

Link copied to clipboard
constructor(totalReceiversCount: Int, joinersCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

초대 메시지를 받은 친구들 중 앱에 가입한 친구 명 수를 가져온다. 친구가 앱에 가입 후 탈퇴했더라도 숫자에 포함된다.

Link copied to clipboard

초대 메시지를 받은 친구의 전체 명 수를 가져온다.