Package com.kakao.sdk.partner.talk.model

파트너용 카카오톡 채널, 카카오톡 소셜, 카카오톡 메시지 API 모델 패키지
Partner model package for the Kakao Talk Channel, Kakao Talk Social, Kakao Talk Message APIs

Types

Link copied to clipboard
data class Chat(id: Long, title: String?, imageUrl: String?, memberCount: Int?, displayMemberImages: List<String>?, roomType: Chat.ChatRoomType?, titleSource: String) : Parcelable

채팅방 정보
Chat information

Link copied to clipboard
enum ChatFilter : Enum<ChatFilter>

채팅방 필터링 설정
Filtering options for the chat

Link copied to clipboard
data class ChatMember(appRegistered: Boolean?, id: Long?, nickname: String?, thumbnailImageUrl: String?, uuid: String, msgBlocked: Boolean?) : Parcelable

채팅방 멤버
Member of the chat

Link copied to clipboard
data class ChatMembers(activeMembersCount: Int?, activeFriendsCount: Int?, members: List<ChatMember>?, type: ChatMembers.Type, token: Long?) : Parcelable

채팅방 멤버 목록
List of chat members

Link copied to clipboard
data class Chats(totalCount: Int, elements: List<Chat>?, beforeUrl: String?, afterUrl: String?) : Parcelable

채팅방 목록
List of chats

Link copied to clipboard
enum FriendFilter : Enum<FriendFilter>

친구 목록 필터링 설정
Filtering options for the friend list

Link copied to clipboard
data class FriendRelation(talk: Relation?) : Parcelable

친구 관계 클래스
Friend relationship class

Link copied to clipboard
data class PartnerFriend(id: Long?, uuid: String, profileNickname: String?, profileThumbnailImage: String?, favorite: Boolean?, registeredToApp: Boolean?, appRegistered: Boolean?, relation: FriendRelation?, talkOs: String?, msgAllowed: Boolean?, allowedMsg: Boolean?) : Parcelable

친구 정보
Friend information

Link copied to clipboard
data class PartnerFriendsContext(offset: Int?, limit: Int?, order: Order?, friendOrder: FriendOrder?, friendFilter: FriendFilter?, countryCodes: List<String>?, url: String) : Parcelable

친구 목록 조회 설정
Context for retrieving friend list

Link copied to clipboard
data class PartnerMessageFailureInfo(code: Int, msg: String, receiverIds: List<String>) : Parcelable

메시지 전송 실패 정보
Failure information for sending a message

Link copied to clipboard
data class PartnerMessageSendResult(successfulReceiverIds: List<String>?, failureInfos: List<PartnerMessageFailureInfo>?) : Parcelable

메시지 전송 결과
Sending message result

Link copied to clipboard
enum Relation : Enum<Relation>

사용자와 친구의 관계
Relationship between user and friend