mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-09 18:03:47 +00:00
remove internal modifier from MainButton.onClick and MainButton.offClick
This commit is contained in:
parent
fe518a0d8f
commit
016cfcb7cd
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user