For my school project i am learning how to set up a bot. I figured out how to get a message the Message ID. But the ID is not from the Bot, he get the ID from the Author who wrote the command. : Error in Console: I can tell from the Error that my MessageId is not from the
Tag: bots
How to pin message using AbilityBot in TelegramBots library (Java)?
I searched in google and docs of library, but nothing found. official TelegramBots library docs I need some like this: Answer I found how do this: For unpin message use UnpinChatMessage.
Discord JDA – Invalid Member List
I am creating a Discord bot and have encountered a strange problem. I need to go through each user on the server and perform a conditional action. But when receiving a list of all Members, it contains only me and the bot itself. If another person writes, then only me and the bot are still displayed. Answer I assume you’re