mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-06 16:49:41 +00:00
remove internal modifier from MainButton.onClick and MainButton.offClick
This commit is contained in:
@@ -22,8 +22,8 @@ external class MainButton {
|
|||||||
fun showProgress(leaveActive: Boolean = definedExternally): MainButton
|
fun showProgress(leaveActive: Boolean = definedExternally): MainButton
|
||||||
fun hideProgress(): MainButton
|
fun hideProgress(): MainButton
|
||||||
|
|
||||||
internal fun onClick(eventHandler: () -> Unit): MainButton
|
fun onClick(eventHandler: () -> Unit): MainButton
|
||||||
internal fun offClick(eventHandler: () -> Unit): MainButton
|
fun offClick(eventHandler: () -> Unit): MainButton
|
||||||
|
|
||||||
internal fun setParams(params: Json): MainButton
|
internal fun setParams(params: Json): MainButton
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user