ExGram.Model.BusinessIntro (ex_gram v0.55.1)
View SourceContains 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 }