class Tourmaline::MessageEntity
inherits Reference
#
This object represents one special entity in a text message. For example, hashtags, usernames, URLs, etc.
Included modules
JSON::Serializable
Constructors#
.new(type, offset, length, url : String? = nil, user : Tourmaline::User? = nil, language : String? = nil, custom_emoji_id : String? = nil)
#
(type, offset, length, url : String? = nil, user : Tourmaline::User? = nil, language : String? = nil, custom_emoji_id : String? = nil)
Methods#
#custom_emoji_id : String?
#
: String?
Optional. For "custom_emoji" only, unique identifier of the custom emoji. Use getCustomEmojiStickers to get full information about the sticker
#custom_emoji_id=(custom_emoji_id : String?)
#
(custom_emoji_id : String?)
Optional. For "custom_emoji" only, unique identifier of the custom emoji. Use getCustomEmojiStickers to get full information about the sticker
#language : String?
#
: String?
Optional. For "pre" only, the programming language of the entity text
#language=(language : String?)
#
(language : String?)
Optional. For "pre" only, the programming language of the entity text
#offset=(offset : Int32 | Int64)
#
(offset : Int32 | Int64)
Offset in UTF-16 code units to the start of the entity
#type : String
#
: String
Type of the entity. Currently, can be "mention" (@username), "hashtag" (#hashtag), "cashtag" ($USD), "bot_command" (/start@jobs_bot), "url" (https://telegram.org), "email" (do-not-reply@telegram.org), "phone_number" (+1-212-555-0123), "bold" (bold text), "italic" (italic text), "underline" (underlined text), "strikethrough" (strikethrough text), "spoiler" (spoiler message), "blockquote" (block quotation), "code" (monowidth string), "pre" (monowidth block), "text_link" (for clickable text URLs), "text_mention" (for users without usernames), "custom_emoji" (for inline custom emoji stickers)
#type=(type : String)
#
(type : String)
Type of the entity. Currently, can be "mention" (@username), "hashtag" (#hashtag), "cashtag" ($USD), "bot_command" (/start@jobs_bot), "url" (https://telegram.org), "email" (do-not-reply@telegram.org), "phone_number" (+1-212-555-0123), "bold" (bold text), "italic" (italic text), "underline" (underlined text), "strikethrough" (strikethrough text), "spoiler" (spoiler message), "blockquote" (block quotation), "code" (monowidth string), "pre" (monowidth block), "text_link" (for clickable text URLs), "text_mention" (for users without usernames), "custom_emoji" (for inline custom emoji stickers)
#url : String?
#
: String?
Optional. For "text_link" only, URL that will be opened after user taps on the text
#url=(url : String?)
#
(url : String?)
Optional. For "text_link" only, URL that will be opened after user taps on the text
#user=(user : Tourmaline::User?)
#
(user : Tourmaline::User?)
Optional. For "text_mention" only, the mentioned user