View Source Telegex.Response (Telegex v1.2.3-dev)

Raw API response.

Link to this section Summary

Link to this section Types

@type t() :: %Telegex.Response{
  description: String.t() | nil,
  error_code: integer() | nil,
  ok: boolean(),
  result: any() | nil
}