ダ
@bot.message_handler(content_types=[
'photo'])
def getting_photos(message):
file_ids = message.photo[-1].file_id
print(file_ids)
Size: a a a
ダ
@bot.message_handler(content_types=[
'photo'])
def getting_photos(message):
file_ids = message.photo[-1].file_id
print(file_ids)
SG
ダ
S
т
SG
ダ
S
file_ids = [file.file_id for file in message.photo]
т
S
ダ
т
S
Показывает скрин куска
ダ
S
ダ
ダ