We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
안녕하세요. 기능 적용 가능 여부 문의 드립니다. 메시지 입력 창 출력 시 버튼도 같이 출력 할 수 있나요?
현재 사용중인 API는 입력창 활성화를 위해 keyboard type을 "text"로 적용 해서 사용 하고 있습니다.(아래 json 참조) 입력창 활성화 시에 button 리스트도 같이 출력 할 수 있을까요?
{ message : { text : "메시지 입니다. " ,message_button : null } ,keyboard : { type: "text" ,buttons : null } }
감사합니다.
The text was updated successfully, but these errors were encountered:
안녕하세요. 해당 API는 text 타입과 button 타입을 동시에 사용하도록 지원하지 않고 있습니다. 이용에 참고하시길 바랍니다. 감사합니다.
Sorry, something went wrong.
No branches or pull requests
안녕하세요.
기능 적용 가능 여부 문의 드립니다.
메시지 입력 창 출력 시 버튼도 같이 출력 할 수 있나요?
현재 사용중인 API는 입력창 활성화를 위해 keyboard type을 "text"로 적용 해서 사용 하고 있습니다.(아래 json 참조)
입력창 활성화 시에 button 리스트도 같이 출력 할 수 있을까요?
{
message : {
text : "메시지 입니다. "
,message_button : null
}
,keyboard : {
type: "text"
,buttons : null
}
}
감사합니다.
The text was updated successfully, but these errors were encountered: