mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-03 07:09:23 +00:00
7 lines
149 B
Kotlin
7 lines
149 B
Kotlin
package com.github.insanusmokrassar.TelegramBotAPI.utils
|
|
|
|
import kotlin.Experimental.*
|
|
|
|
@Experimental(Level.WARNING)
|
|
annotation class PreviewFeature
|