Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

type 23 샵검색

andyyeyeye edited this page Feb 16, 2021 · 1 revision

샵검색의 기본적인 형식

attachment = {
"I":"",
"H":0,
"V":"image",
"isExpress":True,
"L":"https://google.com", #누르면 들어가지는 링크
"R":[
    {
        "L":"https://google.com", #누르면 들어가지는 링크
        "W":"600", #이미지 width
        "H":"308", #이미지 height
        "I":"http://students.ksa.hs.kr/uploadfiles/SCTSTUDENTN/19-124.jpg" #이미지 링크
    }
],
"W":0,
"Q":"제목" #샵검색 제목
}

await chat.channel.sendChat("샵검색",json.dumps(attachment),23) 
Clone this wiki locally