from BeliX import Bale
bot = Bale('token')
for x in bot.getChatUpdate(): if x.new_member: bot.sendMessage(x.chat_id,f'welcome to group {x.new_memberr_first_name}') elif x.left_member: bot.sendMessage(x.chat_id,f'bye {x.left_member_first_name}')
bot = Bale('token')
for x in bot.getChatUpdate(): if x.new_member: bot.sendMessage(x.chat_id,f'welcome to group {x.new_memberr_first_name}') elif x.left_member: bot.sendMessage(x.chat_id,f'bye {x.left_member_first_name}')
۹۲
۱۵:۰۵