View Source Telegex.Type.ChatBoostSourceGiftCode (Telegex v1.8.0)

The boost was obtained by the creation of Telegram Premium gift codes to boost a chat. Each such code boosts the chat 4 times for the duration of the corresponding Telegram Premium subscription.

Summary

Types

@type t() :: %Telegex.Type.ChatBoostSourceGiftCode{
  source: String.t(),
  user: Telegex.Type.User.t()
}