botlistchat | Unsorted

Telegram-канал botlistchat - BotList Chat 👥💬

9194

Share your bots, comment, test and have fun! Rules: Speak in English, Don't spam/advertise channels or groups that aren't bot related, respect other members, use common sense. @BOTLIST 🌟 @BotListBot 🤖 @BotListCollections 📔

Subscribe to a channel

BotList Chat 👥💬

Shhh... quiet now.
Muted Davix.
Reason:
Read the TOS. Those bots are NOT allowed.
telegram.org/tos

Читать полностью…

BotList Chat 👥💬

You can promote it via telegram ads or by your self

Читать полностью…

BotList Chat 👥💬

attack/20.43.191.249
180s

Читать полностью…

BotList Chat 👥💬

How can I get members for my bot?

Читать полностью…

BotList Chat 👥💬

Any bot like it suggests the channel like you joined

Читать полностью…

BotList Chat 👥💬

Premium Sportify account? zotify

Читать полностью…

BotList Chat 👥💬

👋 Hey everyone, wanted to share a bot I built that solves a real problem.
@SpotifyDownloaderExdbot
Send it any Spotify playlist link and it sends back a clean ZIP with every track — full ID3 tags, album art, artist, album, track number. Ready to drop straight into VLC, Plex or any music player.
No setup. No accounts. No token nonsense. Just paste your link and get your music back in seconds.
Would love your feedback 🙏

Читать полностью…

BotList Chat 👥💬

That isn't exposed. That would be a huge invasion of privacy if it was, exactly because of what you're trying to do. If bots could just scrape that, users could be tracked.

Читать полностью…

BotList Chat 👥💬

yeah, I use telegram on my Android Tv. here download speed is optimized, so just 1Gb file can be downloaded approximately 1-2 hour 🫥

Читать полностью…

BotList Chat 👥💬

any bot that can give us the username who have seen latest messege in broadcast channel

Читать полностью…

BotList Chat 👥💬

Try it

@textlooper256Bot

Читать полностью…

BotList Chat 👥💬

For what fast download ?

Читать полностью…

BotList Chat 👥💬

/channel/SaalvaaaBot

Читать полностью…

BotList Chat 👥💬

Hello is there anyone knows

Читать полностью…

BotList Chat 👥💬

{
"keyboard": [
[
{
"text": "😐",
"request_managed_bot": {
"request_id": "1",
"suggested_name": "name",
"suggested_username": "username"
}
},
{
"text": "😐",
"request_chat": {
"request_id": "2",
"chat_is_channel": false,
"user_administrator_rights": {
is_anonymous: false,
can_manage_chat: true,
can_delete_messages: false,
can_manage_video_chats: false,
can_restrict_members: false,
can_promote_members: false,
can_change_info: false,
can_invite_users: false,
can_post_messages: false,
can_edit_messages: false,
can_pin_messages: false,
can_post_stories: false,
can_edit_stories: false,
can_delete_stories: false,
can_manage_topics: false,
can_manage_direct_messages: false,
},
"request_title": true,
"request_username": true,
"request_photo": true,
}
}
]
]
}

Читать полностью…

BotList Chat 👥💬

Use yt or ai... Bots are not that good for that (and also use english)

Читать полностью…

BotList Chat 👥💬

User Oraz has 1/3 warnings; be careful!
Reason:
Don't send referral links here. If you want to advertise a bot, do it with username ONLY.

Читать полностью…

BotList Chat 👥💬

founded @karmaguard to moderate your groups

Читать полностью…

BotList Chat 👥💬

He might still be using modem ;p

Читать полностью…

BotList Chat 👥💬

can i know if we can automate fish bot

Читать полностью…

BotList Chat 👥💬

⚽️ Collect cards, build your team, and conquer the Libertadores Cup! Career mode, PvP, transfer market, and much more. @primefcteambot

Читать полностью…

BotList Chat 👥💬

You're joking right? That should only take a few seconds, maybe a minute or two if your connection is slow. If it takes you a few hours to download 1GB something is very wrong.

Читать полностью…

BotList Chat 👥💬

i guess you cant do that

Читать полностью…

BotList Chat 👥💬

is there any bot that can give us the username who have seen latest messege in broadcast channel. Anyone who can help me pls

Читать полностью…

BotList Chat 👥💬

import 'package:flutter/material.dart';
import 'package:scanx_infinity/core/widgets/glass_card.dart';
import 'package:scanx_infinity/core/widgets/futuristic_button.dart';
import 'package:iconsax/iconsax.dart';

class PremiumScreen extends StatelessWidget {
const PremiumScreen({super.key});

@override
Widget build(BuildContext context) {
return Scaffold(
body: Stack(
children: [
// Cyber Background
Container(color: const Color(0xFF020617)),
Positioned(
top: -100, right: -50,
child: CircleAvatar(radius: 150, backgroundColor: Colors.cyanAccent.withOpacity(0.1)),
),

SafeArea(
child: Padding(
padding: const EdgeInsets.all(24.0),
child: Column(
children: [
const Icon(Iconsax.crown, color: Colors.amber, size: 60),
const SizedBox(height: 20),
const Text("SCANX PRO", style: TextStyle(fontSize: 32, fontWeight: FontWeight.bold, letterSpacing: 4)),
const Text("Unlock the Infinity Engine", style: TextStyle(color: Colors.white70)),

const SizedBox(height: 40),

_buildFeatureRow(Iconsax.cloud_plus, "Unlimited Cloud AI Sync"),
_buildFeatureRow(Iconsax.magic_pen, "Advanced Handwriting Restore"),
_buildFeatureRow(Iconsax.shield_tick, "Military-grade PDF Encryption"),
_buildFeatureRow(Iconsax.message_programming, "Unlimited AI Assistant Chats"),

const Spacer(),

const GlassCard(
opacity: 0.05,
child: Padding(
padding: EdgeInsets.all(20),
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Column(
crossAxisAlignment: CrossAxisAlignment.start,
mainAxisSize: MainAxisSize.min,
children: [
Text("Yearly Access", style: TextStyle(fontWeight: FontWeight.bold)),
Text("\$49.99 / year", style: TextStyle(color: Colors.cyanAccent)),
],
),
Chip(label: Text("SAVE 40%", style: TextStyle(fontSize: 10, fontWeight: FontWeight.bold))),
],
),
),
),

const SizedBox(height: 20),
FuturisticButton(
label: "Upgrade to Infinity",
onPressed: () {
// Integration with RevenueCat or Stripe
}
),
],
),
),
),
],
),
);
}

Widget _buildFeatureRow(IconData icon, String text) {
return Padding(
padding: const EdgeInsets.symmetric(vertical: 12),
child: Row(
children: [
Icon(icon, color: Colors.cyanAccent, size: 24),
const SizedBox(width: 15),
Text(text, style: const TextStyle(fontSize: 16)),
],
),
);
}
}

Читать полностью…

BotList Chat 👥💬

@ppsl24_bot

Читать полностью…

BotList Chat 👥💬

Is there any bot where I can convert telegram file link to browser download link?

Читать полностью…

BotList Chat 👥💬

@InstagramDlPro_Bot

Читать полностью…

BotList Chat 👥💬

/channel/TeraBoxMediaBot

Why is this not working?

Читать полностью…

BotList Chat 👥💬

Look into botfather mini app properly from now on :((

Читать полностью…
Subscribe to a channel