Class: TD::Types::InputBusinessStartPage
- Defined in:
- lib/tdlib/types/input_business_start_page.rb
Overview
Describes settings for a business account start page to set.
Instance Attribute Summary collapse
-
#message ⇒ TD::Types::String
Message text of the start page; 0-getOption(“business_start_page_message_length_max”) characters.
-
#sticker ⇒ TD::Types::InputFile
Greeting sticker of the start page; pass null if none.
-
#title ⇒ TD::Types::String
Title text of the start page; 0-getOption(“business_start_page_title_length_max”) characters.
Method Summary
Methods inherited from Base
Instance Attribute Details
#message ⇒ TD::Types::String
Message text of the start page; 0-getOption(“business_start_page_message_length_max”) characters.
10 11 12 |
# File 'lib/tdlib/types/input_business_start_page.rb', line 10 def @message end |
#sticker ⇒ TD::Types::InputFile
Greeting sticker of the start page; pass null if none. The sticker must belong to a sticker set and must not be a custom emoji.
10 11 12 |
# File 'lib/tdlib/types/input_business_start_page.rb', line 10 def sticker @sticker end |
#title ⇒ TD::Types::String
Title text of the start page; 0-getOption(“business_start_page_title_length_max”) characters.
10 11 12 |
# File 'lib/tdlib/types/input_business_start_page.rb', line 10 def title @title end |