1
0
mirror of synced 2024-11-25 06:26:03 +03:00

secondary external chat ids for ig comment

This commit is contained in:
Pavel 2024-05-03 09:34:46 +03:00 committed by GitHub
commit 28e6945670
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.