Skip to content

Commit

Permalink
secondary external chat ids for ig comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Neur0toxine authored May 3, 2024
2 parents e42fb9c + 63b3e26 commit 28e6945
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,13 +356,14 @@ type SendMessageRequestMessage struct {

// SendData struct.
type SendData struct {
Message Message `json:"message"`
Originator Originator `json:"originator,omitempty"`
Customer Customer `json:"customer"`
Channel uint64 `json:"channel"`
ExternalChatID string `json:"external_chat_id"`
Quote *SendMessageRequestQuote `json:"quote,omitempty"`
ReplyDeadline *time.Time `json:"reply_deadline,omitempty"`
Message Message `json:"message"`
Originator Originator `json:"originator,omitempty"`
Customer Customer `json:"customer"`
Channel uint64 `json:"channel"`
ExternalChatID string `json:"external_chat_id"`
Quote *SendMessageRequestQuote `json:"quote,omitempty"`
ReplyDeadline *time.Time `json:"reply_deadline,omitempty"`
SecondaryExternalChatIDs []string `json:"secondary_external_chat_ids,omitempty"`
}

// Item struct.
Expand Down

0 comments on commit 28e6945

Please sign in to comment.