NotificationSettingsScopeExtensions extension
Methods
-
map<
TResult extends Object?> ({required TResult channelChats(NotificationSettingsScopeChannelChats value), required TResult groupChats(NotificationSettingsScopeGroupChats value), required TResult privateChats(NotificationSettingsScopePrivateChats value)}) → TResult -
Available on NotificationSettingsScope, provided by the NotificationSettingsScopeExtensions extension
-
maybeMap<
TResult extends Object?> ({TResult channelChats(NotificationSettingsScopeChannelChats value)?, TResult groupChats(NotificationSettingsScopeGroupChats value)?, TResult privateChats(NotificationSettingsScopePrivateChats value)?, required TResult orElse()}) → TResult -
Available on NotificationSettingsScope, provided by the NotificationSettingsScopeExtensions extension