ex_gram v0.20.0 ExGram.Model.LoginUrl View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

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

Link to this section Functions