File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ type AndroidNotification struct {
177
177
BodyLocArgs []string `json:"body_loc_args,omitempty"`
178
178
TitleLocKey string `json:"title_loc_key,omitempty"`
179
179
TitleLocArgs []string `json:"title_loc_args,omitempty"`
180
- ChannelID string `json:"channel_id ,omitempty"`
180
+ ChannelID string `json:"channelId ,omitempty"`
181
181
ImageURL string `json:"image,omitempty"`
182
182
Ticker string `json:"ticker,omitempty"`
183
183
Sticky bool `json:"sticky,omitempty"`
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ var validMessages = []struct {
224
224
"title_loc_args" : []interface {}{"t1" , "t2" },
225
225
"body_loc_key" : "blk" ,
226
226
"body_loc_args" : []interface {}{"b1" , "b2" },
227
- "channel_id" : "channel" ,
227
+ "channelId" : "channel" ,
228
228
"image" : "http://image.jpg" ,
229
229
"ticker" : "tkr" ,
230
230
"sticky" : true ,
You can’t perform that action at this time.
0 commit comments