# `ExGram.Model.PaidMessagePriceChanged`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.64.0/lib/ex_gram.ex#L4413)

Describes a service message about a change in the price of paid messages within a chat.

Check the [documentation of this model on Telegram Bot API](https://core.telegram.org/bots/api#paidmessagepricechanged)

- `paid_message_star_count`: The new number of Telegram Stars that must be paid by non-administrator users of the supergroup chat for each sent message

# `t`

```elixir
@type t() :: %ExGram.Model.PaidMessagePriceChanged{paid_message_star_count: integer()}
```

# `decode_as`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
