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

Describes why a request was unsuccessful.

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

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions