mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2024-11-16 08:49:24 +01:00
Added is_verified and is_scam
This commit is contained in:
parent
e79d3b775e
commit
1b6bb14ff6
@ -556,6 +556,8 @@ class Client : public WebhookActor::Callback {
|
||||
|
||||
td::string bio;
|
||||
|
||||
bool is_verified = false;
|
||||
bool is_scam = false;
|
||||
bool have_access = false;
|
||||
bool can_join_groups = false;
|
||||
bool can_read_all_group_messages = false;
|
||||
@ -592,6 +594,8 @@ class Client : public WebhookActor::Callback {
|
||||
bool is_supergroup = false;
|
||||
bool can_set_sticker_set = false;
|
||||
bool has_location = false;
|
||||
bool is_verified = false;
|
||||
bool is_scam = false;
|
||||
};
|
||||
static void add_supergroup(std::unordered_map<int32, SupergroupInfo> &supergroups,
|
||||
object_ptr<td_api::supergroup> &&supergroup);
|
||||
|
Loading…
Reference in New Issue
Block a user