Skip to content

InternalLinkTypeOauth

Type · TDLib 1.8.67 · d1085f9c

The link is an OAuth link. Call getOauthLinkInfo with the given URL to process the link if the link was received from outside of the application; otherwise, ignore it. After getOauthLinkInfo, show the user confirmation dialog and process it with checkOauthRequestMatchCode, acceptOauthRequest or declineOauthRequest

InternalLinkTypeOauth(
  url: string
) → InternalLinkType

url

string

URL to be passed to getOauthLinkInfo