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

This object represents a boost removed from a chat.

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

Summary

Types

@type t() :: %ExGram.Model.ChatBoostRemoved{
  boost_id: String.t(),
  chat: ExGram.Model.Chat.t(),
  remove_date: integer(),
  source: ExGram.Model.ChatBoostSource.t()
}

Functions