GetChatNotificationSettingsExceptions
public struct GetChatNotificationSettingsExceptions : Codable, Equatable, TDFunction
Returns list of chats with non-default notification settings
-
Undocumented
Declaration
Swift
public typealias Result = Chats
-
If specified, only chats from the specified scope will be returned
Declaration
Swift
public let scope: NotificationSettingsScope
-
If true, also chats with non-default sound will be returned
Declaration
Swift
public let compareSound: Bool
-
Returns list of chats with non-default notification settings
Declaration
Swift
public init(scope: NotificationSettingsScope, compareSound: Bool)
Parameters
scope
If specified, only chats from the specified scope will be returned
compareSound
If true, also chats with non-default sound will be returned