1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-26 11:38:09 +00:00

fix of translations in UtilityBill

This commit is contained in:
InsanusMokrassar 2021-01-17 16:34:05 +06:00
parent fb61a94c5e
commit 81de59f37c

View File

@ -15,7 +15,7 @@ data class UtilityBill(
@SerialName(filesField)
override val files: List<PassportFile>,
@SerialName(translationField)
override val translations: List<PassportFile>,
override val translations: List<PassportFile> = emptyList(),
@SerialName(hashField)
@Serializable(Base64StringSerializer::class)
override val hash: String