View Source Telegex.Type.ChatBoost (Telegex v1.8.0)

This object contains information about a chat boost.

Summary

Types

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