Bots.Business
3.79K subscribers
673 photos
19 videos
27 files
595 links
Download Telegram
We think about new bot architecture - Smart Bot.

Benefits:
We have much more standard bot answers: like answer, keyboard, inline keyboard, photo - and etc
It is very simple methods but it hard to quick fix it. Because hard to find all texts and etc.

Also it is very hard to coding several languages.

With such architecture we will have simple JSON!

All hard logic will be possible in command as before.
πŸ‘4❀3
smartBot Lib development in progress:

πŸ”Ή vars can be in object now not only in text

πŸ”Ή types supports! We can define common (shared) type like button, text or any object!

See screenshot - we have common joinInlineKeyboard
πŸ‘6πŸ‘Ž3
Api methods fixed:
copy_message, create_chat_invite_link edit_chat_invite_link, unpin_all_chat_messages, set_sticker_set_thumb


All supported methods now:
❀5πŸ”₯2πŸ‘1
RefLib updates: more easy debug now!

- you can pass "debug" param
- use RefLib.clearRef() - it remove current ref data and you can test ref link again like new user
❀2πŸ‘2
MCLib fix:

Fixed: chat verification is skipped now for already deleted from Admin Panels chats.
#json

// JSON parsing bug workaround

let myData;
try {
myData = JSON.parse(content);
}catch(e){
// now on error you can see what text do you have in content
// and you can check this text in JSON validator
throw new Error('JSON parsing error: ' + content)
}
πŸ‘2
We need technical downtime for 5-10 min after 30 min from now
πŸ‘Ž7πŸ‘4
Downtime started
πŸ€ͺ9πŸ‘Ž5
Uptime
πŸ‘Ž8πŸ‘5
BB speed degradation in progress now
πŸ‘Ž13πŸ‘3❀1
Uptime
πŸ‘Ž12πŸ‘4
Please don't ask about other bot sources.

All BB public bots available in App > Store only.

Don't ask about other bot sources.
πŸ‘2
We have more useful error messages now. Before (1 pic) and now (2 pic)
πŸ‘1