olucurious / PyFCM

Python client for FCM - Firebase Cloud Messaging (Android, iOS and Web)
http://olucurious.github.io/PyFCM/
MIT License
804 stars 205 forks source link

android_channel_id is missing in multiple_devices_data_message #299

Closed debugger22 closed 4 months ago

debugger22 commented 2 years ago

Going through the code, I can see that the android_channel_id argument is present in the rest of the methods except multiple_devices_data_message. Is this just a miss or by design?

Verison: master