Add text on downloading
This commit is contained in:
@@ -25,7 +25,8 @@ async def default_inline_query(inline_query: InlineQuery, bot: Bot):
|
|||||||
inline_keyboard=[
|
inline_keyboard=[
|
||||||
[InlineKeyboardButton(text='Downloading...', callback_data='.')]
|
[InlineKeyboardButton(text='Downloading...', callback_data='.')]
|
||||||
]
|
]
|
||||||
)
|
),
|
||||||
|
caption=audio.full_name,
|
||||||
) if audio.id not in list(db.spotify.keys()) else
|
) if audio.id not in list(db.spotify.keys()) else
|
||||||
InlineQueryResultCachedAudio(
|
InlineQueryResultCachedAudio(
|
||||||
id='spotc::' + audio.id,
|
id='spotc::' + audio.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user