Dont send ftype on album
Album can contain heterogeneous types Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
c7d6d284b6
commit
1953d6f2cf
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ proc updateHandler(b: Telebot, u: Update): Future[bool] {.async, gcsafe.} =
|
||||||
let replymark = newInlineKeyboardMarkup(@[replybutton])
|
let replymark = newInlineKeyboardMarkup(@[replybutton])
|
||||||
discard await b.sendMessage(response.chat.id,
|
discard await b.sendMessage(response.chat.id,
|
||||||
"*Censored " &
|
"*Censored " &
|
||||||
capitalizeAscii(ftype) &
|
"Album" &
|
||||||
"*\n\n[Tap to View](tg://resolve?domain=" &
|
"*\n\n[Tap to View](tg://resolve?domain=" &
|
||||||
b.username &
|
b.username &
|
||||||
"&start=" &
|
"&start=" &
|
||||||
|
|
Loading…
Reference in a new issue