module Discord::Mention

Defined in:

discordcr/mention.cr

Class Method Summary

Class Method Detail

def self.parse(string : String) #

Returns an array of mentions found in a string


[View source]
def self.parse(string : String, &block : MentionType -> ) #

Parses a string for mentions, yielding for each mention found


[View source]