class TelegramBot::RichTextPhoneNumber

Included Modules

Defined in:

telegram_bot/types/rich_text.cr

Constructors

Instance Method Summary

Instance methods inherited from class TelegramBot::RichTextEntity

type : String type, type=(type : String) type=

Constructor methods inherited from class TelegramBot::RichTextEntity

new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)
new

Constructor Detail

def self.new(text : RichText, phone_number : String) #

def self.new(pull : JSON::PullParser) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

Instance Method Detail

def phone_number : String #

def phone_number=(phone_number : String) #

def text : RichText #

def text=(text : RichText) #

def type : String #

def type=(type : String) #