ExGram.Model.DirectMessagePriceChanged (ex_gram v0.56.0)

View Source

Describes a service message about a change in the price of direct messages sent to a channel chat.

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

Summary

Types

t()

@type t() :: %ExGram.Model.DirectMessagePriceChanged{
  are_direct_messages_enabled: boolean(),
  direct_message_star_count: integer() | nil
}

Functions

decode_as()