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

This object contains information about a chat boost.

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

Summary

Types

@type t() :: %ExGram.Model.ChatBoost{
  add_date: integer(),
  boost_id: String.t(),
  expiration_date: integer(),
  source: ExGram.Model.ChatBoostSource.t()
}

Functions