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

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

Summary

Types

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