eden-stan's picture
I want to create a bot in telegram which reads the user API KEY and then with a 3 second delay sends it as a normal message.
e65e9f1 verified
raw
history blame contribute delete
333 Bytes
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Inter:wght@400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
min-height: 100vh;
display: flex;
flex-direction: column;
}
code, pre {
font-family: 'JetBrains Mono', monospace;
font-size: 0.9rem;
}