View Source ExGram.Model.BusinessIntro (ex_gram v0.53.0)

Contains information about the start page settings of a Telegram Business account.

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

Summary

Types

@type t() :: %ExGram.Model.BusinessIntro{
  message: String.t() | nil,
  sticker: ExGram.Model.Sticker.t() | nil,
  title: String.t() | nil
}

Functions