ReplyDeadline в методе отправки сообщения
This commit is contained in:
parent
1130e601c1
commit
dc99c480a9
@ -253,6 +253,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