secondary externalchat ids for ig comment
This commit is contained in:
parent
e42fb9cf0d
commit
63b3e26abb
15
v1/types.go
15
v1/types.go
@ -356,13 +356,14 @@ type SendMessageRequestMessage struct {
|
|||||||
|
|
||||||
// SendData struct.
|
// SendData struct.
|
||||||
type SendData struct {
|
type SendData struct {
|
||||||
Message Message `json:"message"`
|
Message Message `json:"message"`
|
||||||
Originator Originator `json:"originator,omitempty"`
|
Originator Originator `json:"originator,omitempty"`
|
||||||
Customer Customer `json:"customer"`
|
Customer Customer `json:"customer"`
|
||||||
Channel uint64 `json:"channel"`
|
Channel uint64 `json:"channel"`
|
||||||
ExternalChatID string `json:"external_chat_id"`
|
ExternalChatID string `json:"external_chat_id"`
|
||||||
Quote *SendMessageRequestQuote `json:"quote,omitempty"`
|
Quote *SendMessageRequestQuote `json:"quote,omitempty"`
|
||||||
ReplyDeadline *time.Time `json:"reply_deadline,omitempty"`
|
ReplyDeadline *time.Time `json:"reply_deadline,omitempty"`
|
||||||
|
SecondaryExternalChatIDs []string `json:"secondary_external_chat_ids,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Item struct.
|
// Item struct.
|
||||||
|
Loading…
Reference in New Issue
Block a user