1
0
mirror of synced 2024-11-22 04:56:06 +03:00

secondary externalchat ids for ig comment

This commit is contained in:
Суханов Данила 2024-04-27 08:53:54 +03:00
parent e42fb9cf0d
commit 63b3e26abb

View File

@ -363,6 +363,7 @@ type SendData struct {
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.