Awesome Message SDK - v0.12.4
    Preparing search index...

    Interface KakaoChannelInfo

    카카오 채널 정보

    interface KakaoChannelInfo {
        plusFriendId: string;
        senderKey: string;
        categoryCode: string;
        unsubscribePhoneNumber: string | null;
        unsubscribeAuthNumber: string | null;
        status: string;
        statusName: string;
        kakaoStatus: string | null;
        kakaoStatusName: string | null;
        kakaoProfileStatus: string | null;
        kakaoProfileStatusName: string | null;
        profileSpamLevel: string | null;
        profileMessageSpamLevel: string | null;
        alimtalk: KakaoChannelAlimtalkInfo;
        friendtalk: KakaoChannelFriendtalkInfo;
        dormant: boolean;
        block: boolean;
        createDate: Date;
        initialUserRestriction: boolean;
    }
    Index

    Properties

    plusFriendId: string

    플러스친구 ID

    senderKey: string

    발신 키

    categoryCode: string

    카테고리 코드

    unsubscribePhoneNumber: string | null

    무료수신거부 전화번호

    unsubscribeAuthNumber: string | null

    무료수신거부 인증번호

    status: string

    플러스친구 상태 코드 (YSC02: 등록 대기 중, YSC03: 정상 등록)

    statusName: string

    플러스친구 상태명

    kakaoStatus: string | null

    카카오 플러스친구 상태 코드 (A: 정상, S: 차단) - status가 YSC02일 경우, kakaoStatus null 값을 가집니다.

    kakaoStatusName: string | null

    카카오 플러스친구 상태명(정상, 차단) - status가 YSC02일 경우, kakaoStatusName null 값을 가집니다.

    kakaoProfileStatus: string | null

    카카오 플러스친구 프로필 상태 코드 (A: 활성화, B:차단, C: 비활성화, D:삭제 E:삭제 처리 중) - status가 YSC02일 경우, kakaoProfileStatus null 값을 가집니다.

    kakaoProfileStatusName: string | null

    카카오 플러스친구 프로필 상태명(활성화, 비활성화, 차단, 삭제 처리 중, 삭제) - status가 YSC02일 경우, kakaoProfileStatusName null 값을 가집니다.

    profileSpamLevel: string | null

    카카오톡 채널 스팸 상태명(영구제한, 경고제한, 정상) - 발신 프로필 상태가 정상적이지 않을 경우 null 값을 가질 수 있습니다.

    profileMessageSpamLevel: string | null

    카카오톡 메시지 스팸 상태명(활동제한, 경고제한, 정상) - 발신 프로필 상태가 정상적이지 않을 경우 null 값을 가질 수 있습니다.

    알림톡 설정 정보

    친구톡 설정 정보

    dormant: boolean

    발신프로필 휴면 여부

    block: boolean

    발신프로필 차단 여부

    createDate: Date

    등록 일자

    initialUserRestriction: boolean

    최초 사용자 제한 여부