QuietOperationReply
struct QuietOperationReply : Codable
                Reply from delete photo endpoint
- 
                  
                  
HTTP result code
Declaration
Swift
let code: Int - 
                  
                  
Whether operation succeeded
Declaration
Swift
var isSuccess: Bool { get } 
            View on GitHub
          
      QuietOperationReply Structure Reference