diff --git a/v1/types.go b/v1/types.go index b228bf6..4df482e 100644 --- a/v1/types.go +++ b/v1/types.go @@ -268,6 +268,7 @@ type SendData struct { Channel uint64 `json:"channel"` ExternalChatID string `json:"external_chat_id"` Quote *SendMessageRequestQuote `json:"quote,omitempty"` + ReplyDeadline *time.Time `json:"reply_deadline,omitempty"` } // Item struct