JD
Size: a a a
JD
KL
JD
Array.from({ length: 50 }).fill(m.callbackButton('s', 'hit'))
KL
JD
const gifId = await catchGifId(gif)
VK
{
"update_id": 926312722,
"message": {
"message_id": 462503,
"from": {
"id": 36586950,
"is_bot": false,
"first_name": "Vladislav",
"last_name": "K.",
"username": "GnuPetrovich",
"language_code": "en"
},
"chat": {
"id": 36586950,
"first_name": "Vladislav",
"last_name": "K.",
"username": "GnuPetrovich",
"type": "private"
},
"date": 1606822133,
"animation": {
"mime_type": "video/mp4",
"duration": 1,
"width": 320,
"height": 256,
"thumb": {
"file_id": "AAMCAgADGQEAAQcOp1_GKPVKwNbn7tp0-SDTxaZ1YTnhAAK_CQACCUE5SRFfBhzVb0bj3aTBmS4AAwEAB20AA2OHAAIeBA",
"file_unique_id": "AQAD3aTBmS4AA2OHAAI",
"file_size": 13283,
"width": 320,
"height": 256
},
"file_id": "CgACAgIAAxkBAAEHDqdfxij1SsDW5-7adPkg08WmdWE54QACvwkAAglBOUkRXwYc1W9G4x4E",
"file_unique_id": "AgADvwkAAglBOUk",
"file_size": 6598
},
"document": {
"mime_type": "video/mp4",
"thumb": {
"file_id": "AAMCAgADGQEAAQcOp1_GKPVKwNbn7tp0-SDTxaZ1YTnhAAK_CQACCUE5SRFfBhzVb0bj3aTBmS4AAwEAB20AA2OHAAIeBA",
"file_unique_id": "AQAD3aTBmS4AA2OHAAI",
"file_size": 13283,
"width": 320,
"height": 256
},
"file_id": "CgACAgIAAxkBAAEHDqdfxij1SsDW5-7adPkg08WmdWE54QACvwkAAglBOUkRXwYc1W9G4x4E",
"file_unique_id": "AgADvwkAAglBOUk",
"file_size": 6598
}
}
}
VK
VK
JD
VK
JD
module.exports = async (botToken, cache, database, cw) => {
class CustomContext extends Telegraf.Context {
async replyWithPhoto (opts, ...extra) {
let fileId = opts
const file = opts && opts.source
if (file) {
fileId = await this.cache.images.get(opts.source).catch(debug)
}
if (fileId) {
return super.replyWithPhoto(fileId, ...extra)
}
const res = await super.replyWithPhoto(opts, ...extra)
this.cache.images.put(file, res.photo[res.photo.length - 1].file_id)
return Promise.resolve(res)
}
}
i
KL
i
I
const gifId = await catchGifId(gif)
JD
JD
JD
KL