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
scopeIf specified, only chats from the specified scope will be returned
compareSoundIf true, also chats with non-default sound will be returned
View on GitHub
Install in Dash
GetChatNotificationSettingsExceptions Structure Reference