class
TelegramBot::RichTextUrl
- TelegramBot::RichTextUrl
- TelegramBot::RichTextEntity
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram_bot/types/rich_text.crConstructors
- .new(text : RichText, url : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #text : RichText
- #text=(text : RichText)
- #type : String
- #type=(type : String)
- #url : String
- #url=(url : String)
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