View Source Telegex.Type.BusinessIntro (Telegex v1.9.0-rc.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
}