tgbotapi/TelegramBotAPI-core/src/commonMain/kotlin/com/github/insanusmokrassar/TelegramBotAPI/types/buttons/Common.kt

4 lines
102 B
Kotlin

package com.github.insanusmokrassar.TelegramBotAPI.types.buttons
typealias Matrix<T> = List<List<T>>