ReplyDeadline в методе отправки сообщения
This commit is contained in:
commit
485233cd2f
@ -268,6 +268,7 @@ type SendData struct {
|
|||||||
Channel uint64 `json:"channel"`
|
Channel uint64 `json:"channel"`
|
||||||
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"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Item struct
|
// Item struct
|
||||||
|
Loading…
Reference in New Issue
Block a user