update sendable to include voice.caption

pull/388/head v2.3.6
Rustam Gilyazov 4 years ago
parent ded76a871e
commit 97480382ea
No known key found for this signature in database
GPG Key ID: 23B9DBD7FAE54FCD

@ -213,6 +213,7 @@ func (a *Animation) Send(b *Bot, to Recipient, opt *SendOptions) (*Message, erro
func (v *Voice) Send(b *Bot, to Recipient, opt *SendOptions) (*Message, error) {
params := map[string]string{
"chat_id": to.Recipient(),
"caption": v.Caption,
}
b.embedSendOptions(params, opt)

Loading…
Cancel
Save