There is model Schema but fopr example in notifications
PlayerNotificationResource {
backgroundUrl (string, optional),
created (string, optional),
critical (boolean, optional),
data (object, optional),
detailKey (string, optional),
dismissible (boolean, optional),
expires (string, optional),
iconUrl (string, optional),
id (integer, optional),
source (string, optional),
state (string, optional),
titleKey (string, optional),
type (string, optional)
}
How do i know what titleKey is, i know for club_invite but how can i find out other types? Example club_join or something else, to make my own custom notifications?
I get this:
How can i make custom title and message?
Is there full documentation like classic riot api?
There is model Schema but fopr example in notifications
How do i know what titleKey is, i know for club_invite but how can i find out other types? Example club_join or something else, to make my own custom notifications? I get this: How can i make custom title and message? Is there full documentation like classic riot api?