Structures
The following structures are available globally.
-
Declaration
Swift
public struct Channels : Codable
-
카카오톡 채널 추가상태 정보를 제공합니다.
See moreDeclaration
Swift
public struct Channel : Codable
-
Declaration
Swift
public struct Friends<T> : Codable where T : Decodable, T : Encodable
-
친구 목록 조회 컨텍스트 입니다.
Seealso
TalkApi.friends(friendsContext:)
Declaration
Swift
public struct FriendsContext
-
카카오톡 친구 입니다.
See moreDeclaration
Swift
public struct Friend : Codable
-
메시지 전송 API 호출 결과 입니다.
Seealso
TalkApi.sendDefaultMessage(templatable:receiverUuids:)
TalkApi.sendScrapMessage(requestUrl:templateId:templateArgs:receiverUuids:)
TalkApi.sendCustomMessage(templateId:templateArgs:receiverUuids:)
Declaration
Swift
public struct MessageSendResult : Codable
-
복수의 친구를 대상으로 메시지 전송 API 호출 시 대상 중 일부가 실패한 경우 오류 정보를 제공합니다.
Seealso
MessageSendResult.failureInfos
Declaration
Swift
public struct MessageFailureInfo : Codable
-
Declaration
Swift
public struct TalkProfile : Codable