CodelessOperationReply
struct CodelessOperationReply : Codable
Reply from delete photo endpoint
-
Result message
Declaration
Swift
let message: String -
Whether operation succeeded
Declaration
Swift
var isSuccess: Bool { get }
View on GitHub
CodelessOperationReply Structure Reference