Figgure out weater bot.getApi().getChatAdministrators(message->chat->id) is an administrator #194
Unanswered
Beerlesklopfer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Community
to me there are two missing samples:
ONE:
InlineKeyboardButton::Ptr btn_joinGroup(new InlineKeyboardButton);
btn_joinGroup->text = "BlaBla";
btn_joinGroup->url = "https://t.me/BlaBlaBot?startgroup=settings";
btn_joinGroup->callbackData = "joinGroup";
This the one to join a grouo
TWO
How to figgure out wether the typing user is and admin an its ChatMember attributes
Any hints would be apreciated
Beta Was this translation helpful? Give feedback.
All reactions