Size: a a a

2020 December 14

АК

Антон Кувалдин... in aiogram [ru]
извините за оффтоп, но может кто-нибудь подсказать каналов по django? или может быть кто-нибудь разбирался и сможет подсказать? был бы очень благодарен
источник

A

Aryn in aiogram [ru]
Антон Кувалдин
извините за оффтоп, но может кто-нибудь подсказать каналов по django? или может быть кто-нибудь разбирался и сможет подсказать? был бы очень благодарен
источник

АК

Антон Кувалдин... in aiogram [ru]
спасибо!
источник

XE

Xrp Evgeny in aiogram [ru]
Не подскажите, почему возникает ошибка?
источник

АА

Алексей Алексеев... in aiogram [ru]
кинь саму ошибку, пожалуйста
источник

АА

Алексей Алексеев... in aiogram [ru]
понял. У тебя в последней строке оишбка
источник

К

Костя in aiogram [ru]
Xrp Evgeny
Не подскажите, почему возникает ошибка?
Не указал какой айди коллбек квери
источник

DK

Daniil Kovalenko in aiogram [ru]
Xrp Evgeny
Не подскажите, почему возникает ошибка?
call.answer - шорткат для answer_callback_query
источник

XE

Xrp Evgeny in aiogram [ru]
Костя
Не указал какой айди коллбек квери
А как его прописать, просто не могу найти данный пункт в справочнике по методу answer_callback_query
источник

К

Костя in aiogram [ru]
Xrp Evgeny
А как его прописать, просто не могу найти данный пункт в справочнике по методу answer_callback_query
Название: answerCallbackQuery
Описание:
Use this method to send answers to callback queries sent from inline keyboards. The answer will be displayed to the user as a notification at the top of the chat screen or as an alert. On success, True is returned.
Alternatively, the user can be redirected to the specified Game URL. For this option to work, you must first create a game for your bot via @Botfather and accept the terms. Otherwise, you may use links like t.me/your_bot?start=XXXX that open your bot with a parameter.
Параметры:
     callback_query_idcallback_query_id
     Тип: String.
     Описание: Unique identifier for the query to be answered..

     texttext
     Тип: String.
     Описание: Text of the notification. If not specified, nothing will be shown to the user, 0-200 characters..

     show_alertshow_alert
     Тип: Boolean.
     Описание: If true, an alert will be shown by the client instead of a notification at the top of the chat screen. Defaults to false..

     urlurl
     Тип: String.
     Описание: URL that will be opened by the user's client. If you have created a Game and accepted the conditions via @Botfather, specify the URL that opens your game – note that this will only work if the query comes from a callback_game button.

Otherwise, you may use links like t.me/your_bot?start=XXXX that open your bot with a parameter..

     cache_timecache_time
     Тип: Integer.
     Описание: The maximum amount of time in seconds that the result of the callback query may be cached client-side. Telegram apps will support caching starting in version 3.14. Defaults to 0..
источник

К

Костя in aiogram [ru]
Реально не видишь?
источник

DK

Daniil Kovalenko in aiogram [ru]
Xrp Evgeny
А как его прописать, просто не могу найти данный пункт в справочнике по методу answer_callback_query
Зачем он тебе?
Я же написал, что call.answer == answer_callback_query
источник

XE

Xrp Evgeny in aiogram [ru]
Костя
Название: answerCallbackQuery
Описание:
Use this method to send answers to callback queries sent from inline keyboards. The answer will be displayed to the user as a notification at the top of the chat screen or as an alert. On success, True is returned.
Alternatively, the user can be redirected to the specified Game URL. For this option to work, you must first create a game for your bot via @Botfather and accept the terms. Otherwise, you may use links like t.me/your_bot?start=XXXX that open your bot with a parameter.
Параметры:
     callback_query_idcallback_query_id
     Тип: String.
     Описание: Unique identifier for the query to be answered..

     texttext
     Тип: String.
     Описание: Text of the notification. If not specified, nothing will be shown to the user, 0-200 characters..

     show_alertshow_alert
     Тип: Boolean.
     Описание: If true, an alert will be shown by the client instead of a notification at the top of the chat screen. Defaults to false..

     urlurl
     Тип: String.
     Описание: URL that will be opened by the user's client. If you have created a Game and accepted the conditions via @Botfather, specify the URL that opens your game – note that this will only work if the query comes from a callback_game button.

Otherwise, you may use links like t.me/your_bot?start=XXXX that open your bot with a parameter..

     cache_timecache_time
     Тип: Integer.
     Описание: The maximum amount of time in seconds that the result of the callback query may be cached client-side. Telegram apps will support caching starting in version 3.14. Defaults to 0..
Я в другом справочнике смотрел
источник

XE

Xrp Evgeny in aiogram [ru]
Daniil Kovalenko
Зачем он тебе?
Я же написал, что call.answer == answer_callback_query
Понял,спасибо
источник

A

Aryn in aiogram [ru]
Xrp Evgeny
Я в другом справочнике смотрел
Теперь у нас дока = справочник
источник

in aiogram [ru]
Костя
Название: answerCallbackQuery
Описание:
Use this method to send answers to callback queries sent from inline keyboards. The answer will be displayed to the user as a notification at the top of the chat screen or as an alert. On success, True is returned.
Alternatively, the user can be redirected to the specified Game URL. For this option to work, you must first create a game for your bot via @Botfather and accept the terms. Otherwise, you may use links like t.me/your_bot?start=XXXX that open your bot with a parameter.
Параметры:
     callback_query_idcallback_query_id
     Тип: String.
     Описание: Unique identifier for the query to be answered..

     texttext
     Тип: String.
     Описание: Text of the notification. If not specified, nothing will be shown to the user, 0-200 characters..

     show_alertshow_alert
     Тип: Boolean.
     Описание: If true, an alert will be shown by the client instead of a notification at the top of the chat screen. Defaults to false..

     urlurl
     Тип: String.
     Описание: URL that will be opened by the user's client. If you have created a Game and accepted the conditions via @Botfather, specify the URL that opens your game – note that this will only work if the query comes from a callback_game button.

Otherwise, you may use links like t.me/your_bot?start=XXXX that open your bot with a parameter..

     cache_timecache_time
     Тип: Integer.
     Описание: The maximum amount of time in seconds that the result of the callback query may be cached client-side. Telegram apps will support caching starting in version 3.14. Defaults to 0..
Хера полотно
источник

👑️

👑OGURCHIK🖤 ️ in aiogram [ru]
+ и превюшку бы убрать
источник

T

TripFloop in aiogram [ru]
Так вроде дока и должна быть максимально полной, не?
источник

in aiogram [ru]
TripFloop
Так вроде дока и должна быть максимально полной, не?
Теперь найди связь между своим вопросом и полотном в чате
источник

T

TripFloop in aiogram [ru]
Теперь найди связь между своим вопросом и полотном в чате
А тип недостаточно описано все? Или это излишняя инфа? Офк без учёта превью
источник