rapierorg / telegram-bot-swift

Telegram Bot SDK for Swift (unofficial)
https://github.com/rapierorg/telegram-bot-swift/wiki
Apache License 2.0
375 stars 63 forks source link

Crash on launch #127

Open Sergey70 opened 1 year ago

Sergey70 commented 1 year ago

Crashes here:

guard let telegramResponse = try? decoder.decode(Response<T>.self, from: data) else {
            completion(nil, .decodeError(data: data))
            return
}

Codable failed to decode result(updateId not found)