NotificationSettingsScope

public indirect enum NotificationSettingsScope : Codable, Equatable, FunctionResult, TDEnum, EquatableEnum

Describes the types of chats to which notification settings are applied

  • Notification settings applied to all private and secret chats when the corresponding chat setting has a default value

    Declaration

    Swift

    case privateChats
  • Notification settings applied to all basic groups and supergroups when the corresponding chat setting has a default value

    Declaration

    Swift

    case groupChats
  • Notification settings applied to all channels when the corresponding chat setting has a default value

    Declaration

    Swift

    case channelChats