get_chat_member() (getChatMember) doesn't work (Python / PyTelegramBotApi) – Telegram API
I'm trying to check if a user is subscribed to a specific Telegram channel, but function get_chat_member() always returns True Code: import telebot from telebot import types from telebot.apihelper import ApiTelegramException bot = telebot.TeleBot('<TOKEN>') group_id = <Group id> @bot.message_handler(commands=['start']) def…