mirror of
https://github.com/tdlib/telegram-bot-api
synced 2025-09-02 15:25:30 +00:00
Add ChatMemberUpdated.via_chat_folder_invite_link.
This commit is contained in:
@@ -2787,6 +2787,9 @@ class Client::JsonChatMemberUpdated final : public td::Jsonable {
|
|||||||
if (update_->invite_link_ != nullptr) {
|
if (update_->invite_link_ != nullptr) {
|
||||||
object("invite_link", JsonChatInviteLink(update_->invite_link_.get(), client_));
|
object("invite_link", JsonChatInviteLink(update_->invite_link_.get(), client_));
|
||||||
}
|
}
|
||||||
|
if (update_->via_chat_folder_invite_link_) {
|
||||||
|
object("via_chat_folder_invite_link", td::JsonTrue());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user