I need some help sending image and receiving image, will help with some code #519
Answered
by
victormedranop
victormedranop
asked this question in
Q&A
-
Help !! |
Beta Was this translation helpful? Give feedback.
Answered by
victormedranop
Feb 9, 2022
Replies: 1 comment
-
I found it func SendImage(phone int64, url string, caption string) {
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
victormedranop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found it
func SendImage(phone int64, url string, caption string) {
res, err := http.Get(url)
}