-
Notifications
You must be signed in to change notification settings - Fork 342
Closed
Description
Need an feature to send notification for specified channel_id.
For example:
message = messaging.Message(
android=messaging.AndroidConfig(
ttl=datetime.timedelta(seconds=3600*6),
priority="high",
notification=messaging.AndroidNotification(
title="SUPER TITLE",
body="COLORED MESSAGE"
),
channel_id="timetable"
),
topic="timetable"
)