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

This object represents a list of boosts added to a chat by a user.

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

Summary

Types

@type t() :: %ExGram.Model.UserChatBoosts{boosts: [ExGram.Model.ChatBoost.t()]}

Functions