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