We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995aa02 commit ca5488dCopy full SHA for ca5488d
README.md
@@ -28,8 +28,7 @@ plugins {
28
```kotlin
29
import com.github.demidko.telegram.TelegramStorage.Constructors.TelegramStorage
30
31
-@Serializable
32
-data class Person(val name: String, val address: String)
+@Serializable data class Person(val name: String, val address: String)
33
34
fun main() {
35
val token = "Bot API token here"
0 commit comments