[][src]Trait twitchchat::commands::Tag

pub trait Tag {
    fn get(&self, key: &str) -> Option<&str>;
}

Tag allows access to the Tags part of the Message

Required methods

fn get(&self, key: &str) -> Option<&str>

Gets the key from the mapping, returning the value if found

Loading content...

Implementors

impl Tag for ClearChat[src]

impl Tag for ClearMsg[src]

impl Tag for GlobalUserState[src]

impl Tag for Notice[src]

impl Tag for PrivMsg[src]

impl Tag for RoomState[src]

impl Tag for UserNotice[src]

impl Tag for UserState[src]

impl Tag for Tags[src]

Loading content...