Replier.replyWithMarkdown(String, String, Boolean?)
특정 방에 Markdown 메시지를 보내고 방에 대한 세션의 존재 여부를 반환합니다. hideToast가 true일 경우 방의 세션 존재 여부를 토스트 메시지로 출력합니다.
구문
JavaScript
replier.replyWithMarkdown(room, msg);
replier.replyWithMarkdown(room, msg, hideToast);매개변수
roomString메시지를 보낼 방의 이름
msgString보낼 Markdown 메시지의 내용
hideToastBoolean 선택적메시지를 보낼 방의 세션 존재 여부를 토스트 메시지로 출력할 것인지의 여부
기본값false
반환값
Boolean - room 방에 대한 세션이 존재하면 true, 존재하지 않으면 false를 반환합니다.
호환성
replyWithMarkdown(String, String, Boolean?) | 0.7.41-alpha.06 메신저봇R | No 채팅 자동응답 봇 | No StarLight |