class
TD::RichText::PhoneNumber
- TD::RichText::PhoneNumber
- TD::RichText
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/rich_text/phone_number.crConstructors
- .new(text : TD::RichText, phone_number : String)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #object_type : String
- #object_type=(object_type : String)
- #phone_number : String
- #phone_number=(phone_number : String)
- #text : TD::RichText
- #text=(text : TD::RichText)