ippy04 / messengerbot

Facebook Messenger Platform (Chatbot) GoLang API
17 stars 4 forks source link

How i get attachment image? #3

Open prima101112 opened 7 years ago

prima101112 commented 7 years ago

this library is really good but i have problem download and manipulate message with attachment base on the fb bots doc fb dev doc i adding new filed on struct

type ReceivedMessage struct {
    Message
    Id  string `json:"mid"`
    Seq int    `json:"seq"`
    Attachment []Attachment `json:"attachments"`
}

it would be great if its officials or should i create PR?

thanks

prima101112 commented 7 years ago

already create PR . . . looking for review