Name

GetKakaoChannelsRequest

Description

카카오 채널 목록 조회를 위한 요청 타입

Hierarchy

  • GetKakaoChannelsRequest

Properties

categoryCode?: string

Description

카카오톡 채널 카테고리 코드

channelId?: string

Description

카카오 채널 ID(구 pfId)

endDate?: string | Date

Description

조회할 종료 날짜

isMine?: boolean

Description

공유받은 채널 여부 조회(true일 경우 공유받지 않은 본인 채널만 조회)

limit?: number

Description

조회 시 제한할 건 수 (기본: 20, 최대: 500)

phoneNumber?: string

Description

카카오 채널 담당자 휴대전화 번호

searchId?: string

Description

카카오 채널 검색용 아이디

startDate?: string | Date

Description

조회할 시작 날짜

startKey?: string

Description

페이지네이션 조회 키

Generated using TypeDoc