1.0.21
- Corrected the parameter type for
UpdatePushPreferencesData.pushBlockedBotIds
fromList<Integer>
toList<String>
. - Removed the requirement for
block_push_from_bots
andpush_blocked_bot_ids
when usingUpdatePushPreferencesData
.
UpdatePushPreferencesData.pushBlockedBotIds
from List<Integer>
to List<String>
.block_push_from_bots
and push_blocked_bot_ids
when using UpdatePushPreferencesData
.