Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
Is there an example of a TON-using Telegram bot based on aiogram?

One of the most simple and popular ways to create a Telegram chat bot is to use aiogram framework. And one of the most popular ways to provide UI for a service in the TON ecosystem is to create a Telegram chat bots. Is there some public example of such a bot that would both be based on aiogram and provide access to some TON-based service?


This question was imported from Telegram Chat: https://t.me/tondev/131360

  
  
Posted 9 months ago
Votes Newest

Answers

12K Views
0 Answers
9 months ago
9 months ago
Tags