SetNoteForAccountParams
public struct SetNoteForAccountParams : Codable, Sendable
Undocumented
-
Undocumented
Declaration
Swift
public var comment: String? -
Declaration
Swift
public init(comment: String? = nil)Parameters
commentThe comment to be set on that user. Provide an empty string or leave out this parameter to clear the currently set note.
SetNoteForAccountParams Structure Reference