View Source Telegex.Response (Telegex v1.8.0)

Raw API response.

Summary

Types

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