mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-21 15:53:47 +00:00
Merge pull request #881 from InsanusMokrassar/15.3.0
hotfix for params in shareToStory
This commit is contained in:
commit
6016387e07
@ -102,7 +102,7 @@ external class WebApp {
|
||||
fun openTelegramLink(url: String)
|
||||
fun openInvoice(url: String, callback: (InvoiceClosedInfo) -> Unit = definedExternally)
|
||||
|
||||
fun shareToStory(mediaUrl: String, params: StoryShareParams?)
|
||||
fun shareToStory(mediaUrl: String, params: StoryShareParams? = definedExternally)
|
||||
|
||||
fun requestWriteAccess(callback: ((Boolean) -> Unit)? = definedExternally)
|
||||
fun requestContact(callback: ((Boolean) -> Unit)? = definedExternally)
|
||||
|
Loading…
Reference in New Issue
Block a user