Add ChatMemberUpdated.via_chat_folder_invite_link.
This commit is contained in:
parent
e9f383eb76
commit
4480d67887
1 changed files with 3 additions and 0 deletions
|
|
@ -2787,6 +2787,9 @@ class Client::JsonChatMemberUpdated final : public td::Jsonable {
|
|||
if (update_->invite_link_ != nullptr) {
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue