How can i share a message with Kakao link?

I want to share a message with kakao link, but i don’t want to show a button. the default button (“자세히 보기”). How can i do that?

I use iOS kakao SDK method:

defaultLink(templateObject:) using json

            Row(title:"defaultLink(templateObject:) using json", action: {

                
                let link = Link(webUrl: URL(string:"https://developers.kakao.com"),
                                mobileWebUrl: URL(string:"https://developers.kakao.com"))
                let content = Content(title: "content-test",
                                        imageUrl: URL(string:"http://mud-kage.kakao.co.kr/dn/Q2iNx/btqgeRgV54P/VLdBs9cvyn8BJXB3o7N8UK/kakaolink40_original.png")!,
                                        imageWidth: 80,
                                        imageHeight: 80,
                                        description: "descrition-test",
                                        link: link)
                
                let feedTemplate = FeedTemplate(content: content)

                //메시지 템플릿 encode
                if let feedTemplateJsonData = (try? SdkJSONEncoder.custom.encode(feedTemplate)) {

hi~

Unfortunately, the button cannot be removed.

2개의 좋아요