fix up to 11.0.0

This commit is contained in:
2024-03-18 13:46:15 +06:00
parent fbb41c7714
commit 57dd2380cd
9 changed files with 20 additions and 19 deletions

View File

@@ -44,7 +44,7 @@ fun StickerSet?.buildInfo() = buildEntities {
StickerType.Regular -> "Regular"
is StickerType.Unknown -> "Unknown type \"${stickerType.type}\""
}
) + " sticker set with title " + bold(title) + " and name " + bold(name)
) + " sticker set with title " + bold(title) + " and name " + bold(name.string)
}
}