struct Discord::Mention::Emoji

Defined in:

discordcr/mention.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(animated : Bool, name : String, id : UInt64, start : Int32, size : Int32) #

[View source]

Instance Method Detail

def animated : Bool #

def clone #

[View source]
def copy_with(animated _animated = @animated, name _name = @name, id _id = @id, start _start = @start, size _size = @size) #

[View source]
def id : UInt64 #

def name : String #

def size : Int32 #

def start : Int32 #