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
Good? Please put me 5 stars ⭐⭐⭐⭐⭐
http://play.google.com/store/apps/details?id=bb_app.com.bots.business
yes, this method is not good. But can be quickly used as bug around
Читать полностью…yes yes, I've tried all ways
direct link - OK
HTTP post/get - OKgetChat
- no response/errorsendApiAction
- 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
No no.
Api.getChat() will be better cuz we're already familiar with this
I've tried this too, it just the same. no error, no response.... 🙂↕️
Читать полностью…She meant - the bot api methods getChat() isn't supported in bb.
I think so many methods are not supported in bb. Including setMessageReaction()
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. 😎
To read a txt file content, upload to any file hosting website and then send http request to the file direct link
Читать полностью…Ma'am from Telegram , upload file to bot & fetch txt file content
Читать полностью…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 🙂 }")
👍🏻 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"
})
}
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")
}
Can I get the API for sending inline keyboard ?
Читать полностью…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
Can you forgive me please, I was just using the word on you for fun purposes.
Читать полностью…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
Читать полностью…If you ever feel useless, remember this guy
Читать полностью…HTTP post/get - OK
but can you please try:
HTTP.post with getChat ?
do you have response by direct link
like api.telegram.org/bot/token/getChat ?
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
what about:
Api.sendApiAction('getChat', options) ?
Api.getChat(....params);
Api.getChat({
chat_id: "@chatusername",
on_result: "someOnResult"
});
Api.sendMessage({
text: "someText",
on_result: "someOnResult"
});
{
"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"
}
}
getChat
method in bb api @BotsBusinessAdmin
Читать полностью…
Yes this is also working on GitHub Gist raw link
Читать полностью…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
We have such Demo Bot:
@DemoInlineKeyboardBot
It is available in the App Store
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.
Читать полностью…so now u are trying to say that im the fat one?
Читать полностью…We have such Demo Bot:
@DemoInlineKeyboardBot
It is available in the App Store