KGInvitationReceviersResponse

class KGInvitationReceviersResponse(val joiners: List<KGPlayer>, val invitees: List<KGKakaoProfile>)

KGInvitationReceviersResponse는 나의 초대를 받은 친구 목록을 다룬다.

Constructors

Link copied to clipboard
constructor(joiners: List<KGPlayer>, invitees: List<KGKakaoProfile>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

초대 메시지를 받은 친구들 중 앱에 가입하지 않은 친구 목록을 가져온다.

Link copied to clipboard

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