[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #519 from stormeyes/add-calink-message
Browse files Browse the repository at this point in the history
Add calink message
  • Loading branch information
Matrix-X committed Jul 19, 2024
2 parents 0ee6452 + f66c6d8 commit f894310
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ type RequestAccountServiceSendMsg struct {
MiniProgram *RequestAccountServiceMsgMiniProgram `json:"miniprogram,omitempty"`
Menu *RequestAccountServiceMsgMenu `json:"msgmenu,omitempty"`
Location *RequestAccountServiceMsgLocation `json:"location,omitempty"`
CaLink *RequestAccountServiceMsgCaLink `json:"ca_link,omitempty"`
}

type RequestAccountServiceMsgText struct {
Expand Down Expand Up @@ -76,3 +77,7 @@ type RequestAccountServiceMsgLocation struct {
Latitude int `json:"latitude"`
Longitude int `json:"longitude"`
}

type RequestAccountServiceMsgCaLink struct {
LinkUrl string `json:"link_url"`
}

0 comments on commit f894310

Please sign in to comment.