tgbot-cpp icon indicating copy to clipboard operation
tgbot-cpp copied to clipboard

C++ library for Telegram bot API

Results 79 tgbot-cpp issues
Sort by recently updated
recently updated
newest added

Hello, I try to get the invite link of a public group but inviteLink is empty. According to documentation: > Optional. Chat invite link, for supergroups and channel chats. Returned...

Hello I've done the code for the ban command and it works fine with any admin, but the owner of the group. This is the code for checking the permissions...

Although most of the time people shall use new_chat_members for the current API standard, new_chat_member was still available for backward compatibility. Maybe we should consider the change also to be...

https://core.telegram.org/bots/api-changelog#august-27-2018

api updates
in TgTypeParser
in Api

When I use the sample "inline-keyboard" on Android, the tapped button gets a spinning circle (as though waiting for answer). All everything else is ok. ![image](https://user-images.githubusercontent.com/25771896/51424921-e120e180-1be5-11e9-8e69-ad29ee83afff.png) Here the code: ```c...

docs fail
in Api
solution found

- [ ] Test tool - [ ] Use Travis CI secrets to store token

enhancement
in build

- [ ] utf-8 -> cp1251 - [ ] utf-8

enhancement
in StringTools

- [ ] Support for removing command listeners

enhancement
in EventBroadcaster

terminate called after throwing an instance of 'boost::exception_detail::clone_impl' what(): (1): expected value Even when file was specified. This error is not generated every time an image is sent.

bug
in TgTypeParser

``` {"ok":false,"error_code":400,"description":"Bad Request: group chat was migrated to a supergroup chat","parameters":{"migrate_to_chat_id":(chat id, int64_t)}}; ```

bug
in TgTypeParser