We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77f902 commit a08ffddCopy full SHA for a08ffdd
1 file changed
src/responses/sendManyDetailResponse.ts
@@ -42,5 +42,5 @@ export type DetailGroupMessageResponse = {
42
/**
43
* Send 메소드 호출 당시 showMessageList 값이 true로 되어있을 때 표시되는 메시지 목록
44
*/
45
- messageList?: MessageResponseItem[];
+ messageList?: Array<MessageResponseItem>;
46
};
0 commit comments