/
Size: a a a
/
в🧇
/
в🧇
/
в🧇
/
/
🏇
let mut stmt = connection.prepare("SELECT chat_id FROM users GROUP BY chat_id ORDER BY chat_id ASC").unwrap();
let chats_iter = stmt.query_map(&[], |row| {
row.get(0)
}).unwrap();
for chat in chats_iter
{
chats.push(chat.unwrap());
}Э
Э
Э
/
Э
/
/
в🧇
struct U<const B: u16>(...);
type u32 = U<32>;A
P
JC