B
Size: a a a
B
A
B
🚀
ダ
🚀
ダ
ダ
🚀
🚀
🚀
𝙁
ダ
if call.data == "subscribed":
try:
a = bot.get_chat_member(-1001162174830, call.from_user.id)
if not a.status == 'left':
bot.send_message(call.message.chat.id, 'Вы подписаны')
else:
bot.send_message(call.message.chat.id, 'Вы не подписаны')
except:
bot.send_message(call.message.chat.id, 'Вы не подписаны')
🚀
🚀
if call.data == "subscribed":
try:
a = bot.get_chat_member(-1001162174830, call.from_user.id)
if not a.status == 'left':
bot.send_message(call.message.chat.id, 'Вы подписаны')
else:
bot.send_message(call.message.chat.id, 'Вы не подписаны')
except:
bot.send_message(call.message.chat.id, 'Вы не подписаны')
ダ
🚀