View Source Telegex.Type.ChatBoostRemoved (Telegex v1.8.0)
This object represents a boost removed from a chat.
Summary
Types
@type t() :: %Telegex.Type.ChatBoostRemoved{ boost_id: String.t(), chat: Telegex.Type.Chat.t(), remove_date: integer(), source: Telegex.Type.ChatBoostSource.t() }