Nadia.Model.ResponseParameters (nadia v1.6.1)

View Source

Details supplied by Telegram for automatically handling selected errors.

See the official Bot API ResponseParameters object for the semantics of chat migration and flood-control delays.

Summary

Types

t()

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