class Telecr::Types::MessageEntity

Overview

Message entity object

Defined in:

api/types.cr

Instance Method Summary

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

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

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

new(raw : Hash(String, JSON::Any)) new

Instance Method Detail

def entity_type : String | Nil #

[View source]
def language : String | Nil #

[View source]
def length : Int32 | Nil #

[View source]
def offset : Int32 | Nil #

[View source]
def url : String | Nil #

[View source]
def user : User | Nil #

[View source]