Skip to content

Commit

Permalink
fix SdkFileID (silenceper#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
silenceper authored Dec 31, 2021
1 parent 4721f75 commit 2f898f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion work/msgaudit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func main() {

if chatInfo.Type == "image" {
image, _ := chatInfo.GetImageMessage()
sdkfileid := image.Image.SdkFileId
sdkfileid := image.Image.SdkFileID

isFinish := false
buffer := bytes.Buffer{}
Expand Down

0 comments on commit 2f898f8

Please sign in to comment.