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

This object represents a boost added to a chat or changed.

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

Summary

Types

@type t() :: %ExGram.Model.ChatBoostUpdated{
  boost: ExGram.Model.ChatBoost.t(),
  chat: ExGram.Model.Chat.t()
}

Functions