Actualizacion de seguridad
This commit is contained in:
9
node_modules/telegraf/extra.js
generated
vendored
9
node_modules/telegraf/extra.js
generated
vendored
@@ -42,6 +42,11 @@ class Extra {
|
||||
return this
|
||||
}
|
||||
|
||||
markdownV2 (value = true) {
|
||||
this.parse_mode = value ? 'MarkdownV2' : undefined
|
||||
return this
|
||||
}
|
||||
|
||||
caption (caption = '') {
|
||||
this.caption = caption
|
||||
return this
|
||||
@@ -75,6 +80,10 @@ class Extra {
|
||||
return new Extra().markdown(value)
|
||||
}
|
||||
|
||||
static markdownV2 (value) {
|
||||
return new Extra().markdownV2(value)
|
||||
}
|
||||
|
||||
static caption (caption) {
|
||||
return new Extra().caption(caption)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user