Class SendFriendTalkRequestSchemaFallback


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2025-03-25T16:56:04.124507+09:00[Asia/Seoul]",
               comments="Generator version: 7.7.0")
    public class SendFriendTalkRequestSchemaFallback
    extends Object
    대체 발송 정보 (미입력시 대체문자 발송 안함) 1. 대체문자 사용 안함 (기본값) { fallbackType: 'NONE' } 2. 직접 대체문자 설정하기 { fallbackType: 'CUSTOM', custom: { type: 'SMS' | 'LMS' | 'MMS', // 대체문자 유형 senderNumber: '발신번호', isAd: true | false, message: '대체문자 내용', title: '제목 (LMS/MMS에서 선택)', images: ['이미지URL'] // MMS에서 필수 } }