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