Задать вопрос
@SAFDADWAEAWE

Есть ли кд на отправку подарков от имени бота?

Здравствуйте, у меня проблема, бот отправил 1 подарок а больше присылать не хочет, ограничения на 1го пользвателя или что?код и скриношты ниже

import telebot 
bot = telebot.TeleBot('8181600268=Jje8pwARoZKmDQxE') 
 
@bot.message_handler(commands=['start1'])  
def handle_start(message): 
 bot.send_gift(message.chat.id,5170690322832818290) 
bot.infinity_polling() 

@bot.message_handler(commands=['start2'])  
def handle_start(message): 
 bot.send_gift(message.chat.id,5170145012310081615) 
bot.infinity_polling() 

@bot.message_handler(commands=['start3'])  
def handle_start(message): 
 bot.send_gift(message.chat.id,5170690322832818290) 
bot.infinity_polling() 

@bot.message_handler(commands=['start4'])  
def handle_start(message): 
 bot.send_gift(message.chat.id,5170521118301225164) 
bot.infinity_polling() 

@bot.message_handler(commands=['start5'])  
def handle_start(message): 
 bot.send_gift(message.chat.id,5170690322832818290) 
bot.infinity_polling() 

@bot.message_handler(commands=['start6'])  
def handle_start(message): 
 bot.send_gift(message.chat.id,5170521118301225164) 
bot.infinity_polling() 

@bot.message_handler(commands=['start7'])  
def handle_start(message): 
 bot.send_gift(message.chat.id,5170690322832818290) 
bot.infinity_polling() 




@bot.message_handler(commands=['start8'])  
def handle_start(message): 
 bot.send_gift(message.chat.id,5170521118301225164) 
bot.infinity_polling() 

@bot.message_handler(commands=['start9'])  
def handle_start(message): 
 bot.send_gift(message.chat.id,5170690322832818290) 
bot.infinity_polling()


687ab9d0b572d475199276.jpeg
  • Вопрос задан
  • 27 просмотров
Подписаться 1 Простой 1 комментарий
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Похожие вопросы