Nadia.Model.ChatBoostRemoved (nadia v1.0.0)

View Source

Summary

Types

t()

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