chatbotsbusiness | Unsorted

Telegram-канал chatbotsbusiness - Bots.Business Q&A Chat

6305

Welcome to Bots.Business chat Also known as (BB chat) 😊 It Q&A (question & answer) not CPD ( Copy&Past Development) chat -------- ❓ Help https://help.bots.business http://app.bots.business

Subscribe to a channel

Bots.Business Q&A Chat

But who is he ? 🥺🤔

Читать полностью…

Bots.Business Q&A Chat

Good? Please put me 5 stars ⭐⭐⭐⭐⭐
http://play.google.com/store/apps/details?id=bb_app.com.bots.business

Читать полностью…

Bots.Business Q&A Chat

yes, this method is not good. But can be quickly used as bug around

Читать полностью…

Bots.Business Q&A Chat

yes yes, I've tried all ways

direct link - OK
HTTP post/get - OK
getChat - no response/error
sendApiAction - no response/error

some of the new methods are not even available in the Api classes, as @Ban_Soon said setMessageReaction

yes, I can use HTTP here, but it's not practice

Читать полностью…

Bots.Business Q&A Chat

No no.

Api.getChat() will be better cuz we're already familiar with this

Читать полностью…

Bots.Business Q&A Chat

I've tried this too, it just the same. no error, no response.... 🙂‍↕️

Читать полностью…

Bots.Business Q&A Chat

She meant - the bot api methods getChat() isn't supported in bb.

I think so many methods are not supported in bb. Including setMessageReaction()

Читать полностью…

Bots.Business Q&A Chat

Hey there, how are you, Lil one? 👋
What are you upto today?
Have you completed your homework already?
If not, your teacher will scold for that. 😎

Читать полностью…

Bots.Business Q&A Chat

To read a txt file content, upload to any file hosting website and then send http request to the file direct link

Читать полностью…

Bots.Business Q&A Chat

Ma'am from Telegram , upload file to bot & fetch txt file content

Читать полностью…

Bots.Business Q&A Chat

Command : CHAN

Api.sendChatAction({
  chat_id: chat.chatid,
  action: "typing"
})
var channels = Bot.getProperty("channe") // channels
Bot.sendKeyboard("👍🏻 Joined","⛔ Must Join all our Channel\n\n["+channels.replaceAll(",", "\n")+"]\n\n✅ After joining  click 🟢 Joined { If Joined button doesn't work, click one more time 🙂 }")


Command : 👍🏻 Joined

var PhoneV = User.getProperty("PhoneV")
if (PhoneV == undefined) {
    Bot.sendMessage("⚠️ PLEASE SHARE YOUR CONTACT")
    return
}

let id = user.telegramid
let ch = Bot.getProperty("channe").split(",")

for (const c of ch) {
    Api.getChatMember({
        chat_id: c,
        user_id: id,
        on_result: "check"
    })
}


Command : check

//var JOINED = User.getProperty("JOINED")

//Bot.sendMessage("Yesss")

var user = options.result.status;
User.setProperty("status" , user, "string");
if (user=="member" | user =="administrator" | user=="creator"){
User.setProperty("JOINED",1, "integer")

Bot.runCommand("HOME")

User.addToGroup("user")
}

if (user=="left"){
Bot.runCommand("CHAN")
}


Join Command Not working... And error tab doesn't have any error

Читать полностью…

Bots.Business Q&A Chat

Can I get the API for sending inline keyboard ?

Читать полностью…

Bots.Business Q&A Chat

It's interesting when people play innocent while clearly trying to stir things up 🙂


Just expected a bit more maturity, especially from someone old enough to know better

Читать полностью…

Bots.Business Q&A Chat

Can you forgive me please, I was just using the word on you for fun purposes.

Читать полностью…

Bots.Business Q&A Chat

I never told you fat, I was just telling you the meaning of the indonesian word. Now please go and give me some peace. You make troubles

Читать полностью…

Bots.Business Q&A Chat

If you ever feel useless, remember this guy

Читать полностью…

Bots.Business Q&A Chat

HTTP post/get - OK


already did it, great response there🙂🙂

Читать полностью…

Bots.Business Q&A Chat

but can you please try:

HTTP.post with getChat ?

Читать полностью…

Bots.Business Q&A Chat

do you have response by direct link

like api.telegram.org/bot/token/getChat ?

Читать полностью…

Bots.Business Q&A Chat

it is stranger. We have this methods now:

getUpdates setWebhook deleteWebhook getWebhookInfo getMe sendMessage
forwardMessage sendPhoto sendAudio sendDocument sendVideo sendVoice
sendVideoNote sendMediaGroup sendLocation editMessageLiveLocation
stopMessageLiveLocation sendVenue sendContact sendChatAction
getUserProfilePhotos getFile kickChatMember unbanChatMember
restrictChatMember promoteChatMember leaveChat getChat
getChatAdministrators exportChatInviteLink setChatPhoto deleteChatPhoto
setChatTitle setChatDescription pinChatMessage unpinChatMessage unpinAllChatMessages
getChatMembersCount getChatMember setChatStickerSet deleteChatStickerSet
answerCallbackQuery editMessageText editMessageCaption
editMessageReplyMarkup deleteMessage sendSticker getStickerSet
uploadStickerFile createNewStickerSet addStickerToSet
setStickerPositionInSet deleteStickerFromSet answerInlineQuery
sendInvoice answerShippingQuery answerPreCheckoutQuery
sendGame setGameScore getGameHighScores setPassportDataErrors
editMessageMedia sendAnimation sendPoll stopPoll setChatPermissions
setChatAdministratorCustomTitle sendDice getMyCommands setMyCommands
setStickerSetThumb logOut close copyMessage createChatInviteLink
editChatInviteLink revokeChatInviteLink
setChatPhotoByFileId setChatPhotoByFilePath setChatPhotoByUrl
approveChatJoinRequest declineChatJoinRequest deleteMyCommands banChatSenderChat
unbanChatSenderChat answerWebAppQuery setChatMenuButton
getChatMenuButton setMyDefaultAdministratorRights
getMyDefaultAdministratorRights createInvoiceLink
setMessageReaction deleteMessages forwardMessages copyMessages getUserChatBoosts
replaceStickerInSet setStickerSetThumbnail getBusinessConnection
refundStarPayment getStarTransactions sendPaidMedia

Читать полностью…

Bots.Business Q&A Chat

what about:

Api.sendApiAction('getChat', options) ?

Читать полностью…

Bots.Business Q&A Chat

Api.getChat(....params);

i dont know why it is not working, more precisely "without response"

it just the same code
Api.getChat({
chat_id: "@chatusername",
on_result: "someOnResult"
});

no error, no response, only eternal silence🥹🤌

but, does not apply to other methods, for example sendMessage
Api.sendMessage({
text: "someText",
on_result: "someOnResult"
});

yes yes, we got a response here. gladly!
{
"ok": true,
"result": {
"message_id": 887,
"from": {
"id": 7299127069,
"is_bot": true,
"first_name": "Lylia",
"username": "mslyliabot"
},
"chat": {
"id": 6886352498,
"first_name": "elvina",
"username": "mslylia",
"type": "private"
},
"date": 1751173915,
"text": "Hello world"
}
}

please read this carefully, I think there is something strange with getChat method in bb api @BotsBusinessAdmin

Читать полностью…

Bots.Business Q&A Chat

Yes this is also working on GitHub Gist raw link

Читать полностью…

Bots.Business Q&A Chat

/channel/chatbotsbusiness/2268309

Читать полностью…

Bots.Business Q&A Chat

It seems something is not working?

Your message will be ignored by admin without error description. Admins do not like "not working" without Error and BJS
http://https://telegra.ph/X-not-working-02-04

Читать полностью…

Bots.Business Q&A Chat

We have such Demo Bot:
@DemoInlineKeyboardBot

It is available in the App Store

Читать полностью…

Bots.Business Q&A Chat

Already reported a couple of weeks ago 🙂

Читать полностью…

Bots.Business Q&A Chat

I'm always ready! I don't think that was a quarrel—just a small debate. I'm ready to forget it and be together.

Читать полностью…

Bots.Business Q&A Chat

so now u are trying to say that im the fat one?

Читать полностью…

Bots.Business Q&A Chat

We have such Demo Bot:
@DemoInlineKeyboardBot

It is available in the App Store

Читать полностью…
Subscribe to a channel