From 4993da727ab6f6bf836f38fa744bdaf5a1857b2a Mon Sep 17 00:00:00 2001 From: ThatAlexanderA <38069912+ThatAlexanderA@users.noreply.github.com> Date: Sat, 14 Jul 2018 12:42:18 +0200 Subject: [PATCH] Added create group url --- fbchat/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fbchat/utils.py b/fbchat/utils.py index d33a70f..2517459 100644 --- a/fbchat/utils.py +++ b/fbchat/utils.py @@ -125,6 +125,7 @@ class ReqUrl(object): EVENT_REMINDER = "https://www.facebook.com/ajax/eventreminder/create" MODERN_SETTINGS_MENU = "https://www.facebook.com/bluebar/modern_settings_menu/" REMOVE_FRIEND = "https://m.facebook.com/a/removefriend.php" + CREATE_GROUP = "https://m.facebook.com/messages/send/?icm=1" pull_channel = 0