Added new callback types
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
use crate::prelude::*;
|
||||
use base64::{engine::general_purpose::STANDARD as B64_ENGINE, Engine as _};
|
||||
use futures::future;
|
||||
use itertools::Itertools;
|
||||
use sha2::{Digest, Sha256};
|
||||
use teloxide::types::{InlineKeyboardButton, InlineKeyboardMarkup, KeyboardButton, KeyboardMarkup};
|
||||
|
||||
/// Creates a markup of all user's account names
|
||||
|
Reference in New Issue
Block a user