mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-07 00:59:57 +00:00
add a lot of things in web apps
This commit is contained in:
@@ -40,6 +40,12 @@ value class GiftId(
|
||||
val string: String
|
||||
)
|
||||
|
||||
@Serializable
|
||||
@JvmInline
|
||||
value class PreparedMessageId(
|
||||
val string: String
|
||||
)
|
||||
|
||||
val usernameRegex = Regex("@[\\w\\d_]+")
|
||||
|
||||
val degreesLimit = 1 .. 360
|
||||
|
Reference in New Issue
Block a user