elif message.text.lower() == 'лис кик':
if message.chat.type == "supergroup":
if message.from_user.id in admins(
message.chat.id):
if message.reply_to_message:
photo = open( 'ban.png' , 'rb' )
bot.send_photo(
message.chat.id, photo)
bot.send_photo (
message.chat.id, "FILEID")
bot.kick_chat_member(
message.chat.id, message.reply_to_message.from_user.id)
bot.send_message(
message.chat.id, "участник успешно кикнут")