Feature: BotNotificator #18

Merged
akulij merged 13 commits from dev into main 2025-06-02 11:54:14 +00:00
Showing only changes of commit 632e77762e - Show all commits

View File

@ -50,7 +50,7 @@ pub async fn create_callback_button<C, D>(
) -> BotResult<InlineKeyboardButton> ) -> BotResult<InlineKeyboardButton>
where where
C: Serialize + for<'a> Deserialize<'a> + Send + Sync, C: Serialize + for<'a> Deserialize<'a> + Send + Sync,
D: CallDB + Send, D: CallDB + Send + Sync,
{ {
let text = db let text = db
.get_literal_value(literal) .get_literal_value(literal)