add limit for live period

This commit is contained in:
InsanusMokrassar 2019-02-07 13:35:41 +08:00
parent e749f9edd6
commit 43866184ae
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ val invoiceTitleLimit = 1 until 32
val invoiceDescriptionLimit = 1 until 256
val invoicePayloadBytesLimit = 1 until 128
val livePeriodLimit = 60 .. 86400
const val chatIdField = "chat_id"
const val messageIdField = "message_id"
const val updateIdField = "update_id"