diff --git a/v1/types.go b/v1/types.go index c497947..f7d590d 100644 --- a/v1/types.go +++ b/v1/types.go @@ -253,6 +253,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