haskell-tdlib-2.1.11.0: Binding to the Telegram Database Library
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.GetOauthLinkInfo

Synopsis

Documentation

data GetOauthLinkInfo Source #

Returns information about an OAuth deep link. Use checkOauthRequestMatchCode, acceptOauthRequest or declineOauthRequest to process the link. Returns OauthLinkInfo

Constructors

GetOauthLinkInfo 

Fields

  • url :: Maybe Text

    URL of the link

  • in_app_origin :: Maybe Text

    Origin of the OAuth request if the request was received from the in-app browser; pass an empty string otherwise