Class: TD::Types::BusinessStartPage

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/business_start_page.rb

Overview

Describes settings for a business account start page.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#messageTD::Types::String

Message text of the start page.

Returns:

  • (TD::Types::String)

    the current value of message



7
8
9
# File 'lib/tdlib/types/business_start_page.rb', line 7

def message
  @message
end

#stickerTD::Types::Sticker?

Greeting sticker of the start page; may be null if none.

Returns:



7
8
9
# File 'lib/tdlib/types/business_start_page.rb', line 7

def sticker
  @sticker
end

#titleTD::Types::String

Title text of the start page.

Returns:

  • (TD::Types::String)

    the current value of title



7
8
9
# File 'lib/tdlib/types/business_start_page.rb', line 7

def title
  @title
end