View Source ExGram.Model.LoginUrl (ex_gram v0.52.2)

This object represents a parameter of the inline keyboard button used to automatically authorize a user. Serves as a great replacement for the Telegram Login Widget when the user is coming from Telegram. All the user needs to do is tap/click a button and confirm that they want to log in:

Check the documentation of this model in https://core.telegram.org/bots/api#loginurl

Summary

Types

@type t() :: %ExGram.Model.LoginUrl{
  bot_username: String.t() | nil,
  forward_text: String.t() | nil,
  request_write_access: boolean() | nil,
  url: String.t()
}

Functions