line / line-bot-sdk-go

LINE Messaging API SDK for Go
https://developers.line.biz/en/docs/messaging-api/overview/
Apache License 2.0
893 stars 236 forks source link

I would like to see QuotedMessageID added. #489

Closed MocA-Love closed 1 month ago

MocA-Love commented 1 month ago

message.go

type TextMessage struct {
    ID     string
    Text   string
    Emojis []*Emoji

    quickReplyItems *QuickReplyItems
    sender          *Sender
    messageType     MessageType

    Mention *Mention
}

maybe ... QuotedMessageID string json:"quotedMessageId,omitempty" ?

habara-k commented 1 month ago

Thank you for using the Messaging API and line-bot-sdk-go.

We appreciate your feedback. However, as stated at https://github.com/line/line-bot-sdk-go/blob/7bb68821b5d59976053c27faea1b6d9b751374cc/linebot/message.go#L53-L54, the rawEventMessage is deprecated, and we will not be providing further support for it. We appreciate your understanding.