Replier.replyWithMarkdown(String, String, Boolean?)

특정 방에 Markdown 메시지를 보내고 방에 대한 세션의 존재 여부를 반환합니다. hideToasttrue일 경우 방의 세션 존재 여부를 토스트 메시지로 출력합니다.

구문

JavaScript

replier.replyWithMarkdown(room, msg);
replier.replyWithMarkdown(room, msg, hideToast);

매개변수

room String

메시지를 보낼 방의 이름

msg String

보낼 Markdown 메시지의 내용

hideToast Boolean 선택적

메시지를 보낼 방의 세션 존재 여부를 토스트 메시지로 출력할 것인지의 여부

기본값
false

반환값

Boolean - room 방에 대한 세션이 존재하면 true, 존재하지 않으면 false를 반환합니다.

호환성

replyWithMarkdown(String, String, Boolean?)