From dc99c480a9af84093aa884aa48d22ed5901c9c99 Mon Sep 17 00:00:00 2001 From: Roman Shakhov Date: Wed, 11 Mar 2020 16:11:23 +0300 Subject: [PATCH] =?UTF-8?q?ReplyDeadline=20=D0=B2=20=D0=BC=D0=B5=D1=82?= =?UTF-8?q?=D0=BE=D0=B4=D0=B5=20=D0=BE=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8=20=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v1/types.go | 1 + 1 file changed, 1 insertion(+) 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