messengerbot icon indicating copy to clipboard operation
messengerbot copied to clipboard

How i get attachment image?

Open prima101112 opened this issue 7 years ago • 1 comments

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 avatar Dec 22 '16 16:12 prima101112