Skip to content

Commit

Permalink
hotfix for params in shareToStory
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Aug 2, 2024
1 parent 8e3e447 commit 96bbf5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 96bbf5f

Please sign in to comment.