You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var messages []linebot.Message
// append some message to messages
_, err := bot.PushMessage(ID, messages...).Do()
if err != nil {
// Do something when some bad happened
}
failed, output error
cannot use messages (type []linebot.Message) as type []linebot.SendingMessage in argument to bot.PushMessage
The text was updated successfully, but these errors were encountered:
README.md example
failed, output error
The text was updated successfully, but these errors were encountered: