ToggleChatDefaultDisableNotification
public struct ToggleChatDefaultDisableNotification : Codable, Equatable, TDFunction
Changes the value of the default disable_notification parameter, used when a message is sent to a chat
-
Undocumented
Declaration
Swift
public typealias Result = Ok
-
Chat identifier
Declaration
Swift
public let chatId: Int53
-
New value of default_disable_notification
Declaration
Swift
public let defaultDisableNotification: Bool
-
Changes the value of the default disable_notification parameter, used when a message is sent to a chat
Declaration
Swift
public init(chatId: Int53, defaultDisableNotification: Bool)
Parameters
chatId
Chat identifier
defaultDisableNotification
New value of default_disable_notification