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

Describes why a request was unsuccessful.

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

Summary

Types

@type t() :: %ExGram.Model.ResponseParameters{
  migrate_to_chat_id: integer() | nil,
  retry_after: integer() | nil
}

Functions