class Telecr::Types::MessageEntity

Defined in:

api/types.cr

Constructors

Instance Method Summary

Instance methods inherited from class Telecr::Types::BaseType

inspect(io : IO) : Nil inspect, to_h : Hash(String, JSON::Any) to_h

Constructor methods inherited from class Telecr::Types::BaseType

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def custom_emoji_id : String | Nil #

[View source]
def custom_emoji_id=(custom_emoji_id : String | Nil) #

[View source]
def entity_type : String #

[View source]
def entity_type=(entity_type : String) #

[View source]
def language : String | Nil #

[View source]
def language=(language : String | Nil) #

[View source]
def length : Int32 #

[View source]
def length=(length : Int32) #

[View source]
def offset : Int32 #

[View source]
def offset=(offset : Int32) #

[View source]
def url : String | Nil #

[View source]
def url=(url : String | Nil) #

[View source]
def user : User | Nil #

[View source]
def user=(user : User | Nil) #

[View source]