Partner Message Send Result
data class PartnerMessageSendResult(successfulReceiverIds: List<String>?, failureInfos: List<PartnerMessageFailureInfo>?) : Parcelable
Content copied to clipboard
메시지 전송 API 호출 결과
Constructors
Link copied to clipboard
fun PartnerMessageSendResult(successfulReceiverIds: List<String>?, failureInfos: List<PartnerMessageFailureInfo>?)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
@SerializedName(value = "failure_info" )
Content copied to clipboard