View Source ExGram.Model.LocationAddress (ex_gram v0.55.0)

Describes the physical address of a location.

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

Summary

Types

@type t() :: %ExGram.Model.LocationAddress{
  city: String.t() | nil,
  country_code: String.t(),
  state: String.t() | nil,
  street: String.t() | nil
}

Functions