모듈 궁금점
#421
Replies: 1 comment
-
해결했습니다 :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
안녕하세요 모듈 보다가 궁금한점이 생겨서 질문 남겨봅니다!
export interface LongTextAttachment extends Attachment { /** * Text path */ path: string; /** * Media key */ k: string; /** * Size */ s: number; /** * true if chat text is sliced. */ sd: boolean; }
이거 path , k 쪽에는 뭘 써야 올바르게 작동하는지 알고싶습니다! 감사합니다 :)
Beta Was this translation helpful? Give feedback.
All reactions