gotfy

package module
v0.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 27, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

README

gotfy

GoTFY is a ntfy API client for interacting with NTFY servers. Push messages to your NTFY server for simple notifications

Install as a dependency

go get github.com/AnthonyHewins/gotfy

Example usage

server, _ := url.Parse("http://server.com")
customHTTPClient := http.DefaultClient

tp, err := gotfy.NewPublisher(server, customHTTPClient)
if err != nil {
    panic("bad config:"+err.Error())
}

pubResp, err := tp.SendMessage(&gotfy.Message{
    Topic:   "topic",
    Message: "message",
    Title: "title",
    Tags:    []string{"emoji1","emoji2","some text"},
    Priority: gotfy.High,
    Actions: []gotfy.ActionButton{
	    Label: "label",
	    Link: "http://link.sh",
	    Clear: true,
    },
    ClickURL: "http://click.com",
    IconURL: "http://icon.com",
    Delay:   time.Minute * 5,
    Email:   "email@domain.com",
})

if err != nil {
    panic("something happened "+err.Error())
}

fmt.Println(pubResp)
// Takes form of:
// type PublishResp struct {
// 	ID      string `json:"id"`      // :"bUhbhgmmbeW0"
// 	Time    int    `json:"time"`    // :1685150791
// 	Expires int    `json:"expires"` // :1685193991
// 	Event   string `json:"event"`   // :"message"
// 	Topic   string `json:"topic"`   // :"TopicName"
// 	Message string `json:"message"` // :"triggered"
// }

Documentation

Index

Constants

View Source
const (
	Grinning                             = "grinning"                             //	😀
	Smiley                               = "smiley"                               //	😃
	Smile                                = "smile"                                //	😄
	Grin                                 = "grin"                                 //	😁
	Laughing                             = "laughing"                             //	😆
	Sweat_smile                          = "sweat_smile"                          //	😅
	Rofl                                 = "rofl"                                 //	🤣
	Joy                                  = "joy"                                  //	😂
	Slightly_smiling_face                = "slightly_smiling_face"                //	🙂
	Upside_down_face                     = "upside_down_face"                     //	🙃
	Wink                                 = "wink"                                 //	😉
	Blush                                = "blush"                                //	😊
	Innocent                             = "innocent"                             //	😇
	Smiling_face_with_three_hearts       = "smiling_face_with_three_hearts"       //	🥰
	Heart_eyes                           = "heart_eyes"                           //	😍
	Star_struck                          = "star_struck"                          //	🤩
	Kissing_heart                        = "kissing_heart"                        //	😘
	Kissing                              = "kissing"                              //	😗
	Relaxed                              = "relaxed"                              //	☺️
	Kissing_closed_eyes                  = "kissing_closed_eyes"                  //	😚
	Kissing_smiling_eyes                 = "kissing_smiling_eyes"                 //	😙
	Smiling_face_with_tear               = "smiling_face_with_tear"               //	🥲
	Yum                                  = "yum"                                  //	😋
	Stuck_out_tongue                     = "stuck_out_tongue"                     //	😛
	Stuck_out_tongue_winking_eye         = "stuck_out_tongue_winking_eye"         //	😜
	Zany_face                            = "zany_face"                            //	🤪
	Stuck_out_tongue_closed_eyes         = "stuck_out_tongue_closed_eyes"         //	😝
	Money_mouth_face                     = "money_mouth_face"                     //	🤑
	Hugs                                 = "hugs"                                 //	🤗
	Hand_over_mouth                      = "hand_over_mouth"                      //	🤭
	Shushing_face                        = "shushing_face"                        //	🤫
	Thinking                             = "thinking"                             //	🤔
	Zipper_mouth_face                    = "zipper_mouth_face"                    //	🤐
	Raised_eyebrow                       = "raised_eyebrow"                       //	🤨
	Neutral_face                         = "neutral_face"                         //	😐
	Expressionless                       = "expressionless"                       //	😑
	No_mouth                             = "no_mouth"                             //	😶
	Face_in_clouds                       = "face_in_clouds"                       //	😶‍🌫️
	Smirk                                = "smirk"                                //	😏
	Unamused                             = "unamused"                             //	😒
	Roll_eyes                            = "roll_eyes"                            //	🙄
	Grimacing                            = "grimacing"                            //	😬
	Face_exhaling                        = "face_exhaling"                        //	😮‍💨
	Lying_face                           = "lying_face"                           //	🤥
	Relieved                             = "relieved"                             //	😌
	Pensive                              = "pensive"                              //	😔
	Sleepy                               = "sleepy"                               //	😪
	Drooling_face                        = "drooling_face"                        //	🤤
	Sleeping                             = "sleeping"                             //	😴
	Mask                                 = "mask"                                 //	😷
	Face_with_thermometer                = "face_with_thermometer"                //	🤒
	Face_with_head_bandage               = "face_with_head_bandage"               //	🤕
	Nauseated_face                       = "nauseated_face"                       //	🤢
	Vomiting_face                        = "vomiting_face"                        //	🤮
	Sneezing_face                        = "sneezing_face"                        //	🤧
	Hot_face                             = "hot_face"                             //	🥵
	Cold_face                            = "cold_face"                            //	🥶
	Woozy_face                           = "woozy_face"                           //	🥴
	Dizzy_face                           = "dizzy_face"                           //	😵
	Face_with_spiral_eyes                = "face_with_spiral_eyes"                //	😵‍💫
	Exploding_head                       = "exploding_head"                       //	🤯
	Cowboy_hat_face                      = "cowboy_hat_face"                      //	🤠
	Partying_face                        = "partying_face"                        //	🥳
	Disguised_face                       = "disguised_face"                       //	🥸
	Sunglasses                           = "sunglasses"                           //	😎
	Nerd_face                            = "nerd_face"                            //	🤓
	Monocle_face                         = "monocle_face"                         //	🧐
	Confused                             = "confused"                             //	😕
	Worried                              = "worried"                              //	😟
	Slightly_frowning_face               = "slightly_frowning_face"               //	🙁
	Frowning_face                        = "frowning_face"                        //	☹️
	Open_mouth                           = "open_mouth"                           //	😮
	Hushed                               = "hushed"                               //	😯
	Astonished                           = "astonished"                           //	😲
	Flushed                              = "flushed"                              //	😳
	Pleading_face                        = "pleading_face"                        //	🥺
	Frowning                             = "frowning"                             //	😦
	Anguished                            = "anguished"                            //	😧
	Fearful                              = "fearful"                              //	😨
	Cold_sweat                           = "cold_sweat"                           //	😰
	Disappointed_relieved                = "disappointed_relieved"                //	😥
	Cry                                  = "cry"                                  //	😢
	Sob                                  = "sob"                                  //	😭
	Scream                               = "scream"                               //	😱
	Confounded                           = "confounded"                           //	😖
	Persevere                            = "persevere"                            //	😣
	Disappointed                         = "disappointed"                         //	😞
	Sweat                                = "sweat"                                //	😓
	Weary                                = "weary"                                //	😩
	Tired_face                           = "tired_face"                           //	😫
	Yawning_face                         = "yawning_face"                         //	🥱
	Triumph                              = "triumph"                              //	😤
	Rage                                 = "rage"                                 //	😡
	Angry                                = "angry"                                //	😠
	Cursing_face                         = "cursing_face"                         //	🤬
	Smiling_imp                          = "smiling_imp"                          //	😈
	Imp                                  = "imp"                                  //	👿
	Skull                                = "skull"                                //	💀
	Skull_and_crossbones                 = "skull_and_crossbones"                 //	☠️
	Hankey                               = "hankey"                               //	💩
	Clown_face                           = "clown_face"                           //	🤡
	Japanese_ogre                        = "japanese_ogre"                        //	👹
	Japanese_goblin                      = "japanese_goblin"                      //	👺
	Ghost                                = "ghost"                                //	👻
	Alien                                = "alien"                                //	👽
	Space_invader                        = "space_invader"                        //	👾
	Robot                                = "robot"                                //	🤖
	Smiley_cat                           = "smiley_cat"                           //	😺
	Smile_cat                            = "smile_cat"                            //	😸
	Joy_cat                              = "joy_cat"                              //	😹
	Heart_eyes_cat                       = "heart_eyes_cat"                       //	😻
	Smirk_cat                            = "smirk_cat"                            //	😼
	Kissing_cat                          = "kissing_cat"                          //	😽
	Scream_cat                           = "scream_cat"                           //	🙀
	Crying_cat_face                      = "crying_cat_face"                      //	😿
	Pouting_cat                          = "pouting_cat"                          //	😾
	See_no_evil                          = "see_no_evil"                          //	🙈
	Hear_no_evil                         = "hear_no_evil"                         //	🙉
	Speak_no_evil                        = "speak_no_evil"                        //	🙊
	Kiss                                 = "kiss"                                 //	💋
	Love_letter                          = "love_letter"                          //	💌
	Cupid                                = "cupid"                                //	💘
	Gift_heart                           = "gift_heart"                           //	💝
	Sparkling_heart                      = "sparkling_heart"                      //	💖
	Heartpulse                           = "heartpulse"                           //	💗
	Heartbeat                            = "heartbeat"                            //	💓
	Revolving_hearts                     = "revolving_hearts"                     //	💞
	Two_hearts                           = "two_hearts"                           //	💕
	Heart_decoration                     = "heart_decoration"                     //	💟
	Heavy_heart_exclamation              = "heavy_heart_exclamation"              //	❣️
	Broken_heart                         = "broken_heart"                         //	💔
	Heart_on_fire                        = "heart_on_fire"                        //	❤️‍🔥
	Mending_heart                        = "mending_heart"                        //	❤️‍🩹
	Heart                                = "heart"                                //	❤️
	Orange_heart                         = "orange_heart"                         //	🧡
	Yellow_heart                         = "yellow_heart"                         //	💛
	Green_heart                          = "green_heart"                          //	💚
	Blue_heart                           = "blue_heart"                           //	💙
	Purple_heart                         = "purple_heart"                         //	💜
	Brown_heart                          = "brown_heart"                          //	🤎
	Black_heart                          = "black_heart"                          //	🖤
	White_heart                          = "white_heart"                          //	🤍
	OneHundred                           = "100"                                  //	💯
	Anger                                = "anger"                                //	💢
	Boom                                 = "boom"                                 //	💥
	Dizzy                                = "dizzy"                                //	💫
	Sweat_drops                          = "sweat_drops"                          //	💦
	Dash                                 = "dash"                                 //	💨
	Hole                                 = "hole"                                 //	🕳️
	Bomb                                 = "bomb"                                 //	💣
	Speech_balloon                       = "speech_balloon"                       //	💬
	Eye_speech_bubble                    = "eye_speech_bubble"                    //	👁️‍🗨️
	Left_speech_bubble                   = "left_speech_bubble"                   //	🗨️
	Right_anger_bubble                   = "right_anger_bubble"                   //	🗯️
	Thought_balloon                      = "thought_balloon"                      //	💭
	Zzz                                  = "zzz"                                  //	💤
	Wave                                 = "wave"                                 //	👋
	Raised_back_of_hand                  = "raised_back_of_hand"                  //	🤚
	Raised_hand_with_fingers_splayed     = "raised_hand_with_fingers_splayed"     //	🖐️
	Hand                                 = "hand"                                 //	✋
	Vulcan_salute                        = "vulcan_salute"                        //	🖖
	Ok_hand                              = "ok_hand"                              //	👌
	Pinched_fingers                      = "pinched_fingers"                      //	🤌
	Pinching_hand                        = "pinching_hand"                        //	🤏
	V                                    = "v"                                    //	✌️
	Crossed_fingers                      = "crossed_fingers"                      //	🤞
	Love_you_gesture                     = "love_you_gesture"                     //	🤟
	Metal                                = "metal"                                //	🤘
	Call_me_hand                         = "call_me_hand"                         //	🤙
	Point_left                           = "point_left"                           //	👈
	Point_right                          = "point_right"                          //	👉
	Point_up_2                           = "point_up_2"                           //	👆
	Middle_finger                        = "middle_finger"                        //	🖕
	Point_down                           = "point_down"                           //	👇
	Point_up                             = "point_up"                             //	☝️
	Plus1                                = "+1"                                   //	👍
	Minus1                               = "-1"                                   //	👎
	Fist_raised                          = "fist_raised"                          //	✊
	Fist_oncoming                        = "fist_oncoming"                        //	👊
	Fist_left                            = "fist_left"                            //	🤛
	Fist_right                           = "fist_right"                           //	🤜
	Clap                                 = "clap"                                 //	👏
	Raised_hands                         = "raised_hands"                         //	🙌
	Open_hands                           = "open_hands"                           //	👐
	Palms_up_together                    = "palms_up_together"                    //	🤲
	Handshake                            = "handshake"                            //	🤝
	Pray                                 = "pray"                                 //	🙏
	Writing_hand                         = "writing_hand"                         //	✍️
	Nail_care                            = "nail_care"                            //	💅
	Selfie                               = "selfie"                               //	🤳
	Muscle                               = "muscle"                               //	💪
	Mechanical_arm                       = "mechanical_arm"                       //	🦾
	Mechanical_leg                       = "mechanical_leg"                       //	🦿
	Leg                                  = "leg"                                  //	🦵
	Foot                                 = "foot"                                 //	🦶
	Ear                                  = "ear"                                  //	👂
	Ear_with_hearing_aid                 = "ear_with_hearing_aid"                 //	🦻
	Nose                                 = "nose"                                 //	👃
	Brain                                = "brain"                                //	🧠
	Anatomical_heart                     = "anatomical_heart"                     //	🫀
	Lungs                                = "lungs"                                //	🫁
	Tooth                                = "tooth"                                //	🦷
	Bone                                 = "bone"                                 //	🦴
	Eyes                                 = "eyes"                                 //	👀
	Eye                                  = "eye"                                  //	👁️
	Tongue                               = "tongue"                               //	👅
	Lips                                 = "lips"                                 //	👄
	Baby                                 = "baby"                                 //	👶
	Child                                = "child"                                //	🧒
	Boy                                  = "boy"                                  //	👦
	Girl                                 = "girl"                                 //	👧
	Adult                                = "adult"                                //	🧑
	Blond_haired_person                  = "blond_haired_person"                  //	👱
	Man                                  = "man"                                  //	👨
	Bearded_person                       = "bearded_person"                       //	🧔
	Man_beard                            = "man_beard"                            //	🧔‍♂️
	Woman_beard                          = "woman_beard"                          //	🧔‍♀️
	Red_haired_man                       = "red_haired_man"                       //	👨‍🦰
	Curly_haired_man                     = "curly_haired_man"                     //	👨‍🦱
	White_haired_man                     = "white_haired_man"                     //	👨‍🦳
	Bald_man                             = "bald_man"                             //	👨‍🦲
	Woman                                = "woman"                                //	👩
	Red_haired_woman                     = "red_haired_woman"                     //	👩‍🦰
	Person_red_hair                      = "person_red_hair"                      //	🧑‍🦰
	Curly_haired_woman                   = "curly_haired_woman"                   //	👩‍🦱
	Person_curly_hair                    = "person_curly_hair"                    //	🧑‍🦱
	White_haired_woman                   = "white_haired_woman"                   //	👩‍🦳
	Person_white_hair                    = "person_white_hair"                    //	🧑‍🦳
	Bald_woman                           = "bald_woman"                           //	👩‍🦲
	Person_bald                          = "person_bald"                          //	🧑‍🦲
	Blond_haired_woman                   = "blond_haired_woman"                   //	👱‍♀️
	Blond_haired_man                     = "blond_haired_man"                     //	👱‍♂️
	Older_adult                          = "older_adult"                          //	🧓
	Older_man                            = "older_man"                            //	👴
	Older_woman                          = "older_woman"                          //	👵
	Frowning_person                      = "frowning_person"                      //	🙍
	Frowning_man                         = "frowning_man"                         //	🙍‍♂️
	Frowning_woman                       = "frowning_woman"                       //	🙍‍♀️
	Pouting_face                         = "pouting_face"                         //	🙎
	Pouting_man                          = "pouting_man"                          //	🙎‍♂️
	Pouting_woman                        = "pouting_woman"                        //	🙎‍♀️
	No_good                              = "no_good"                              //	🙅
	No_good_man                          = "no_good_man"                          //	🙅‍♂️
	No_good_woman                        = "no_good_woman"                        //	🙅‍♀️
	Ok_person                            = "ok_person"                            //	🙆
	Ok_man                               = "ok_man"                               //	🙆‍♂️
	Ok_woman                             = "ok_woman"                             //	🙆‍♀️
	Tipping_hand_person                  = "tipping_hand_person"                  //	💁
	Tipping_hand_man                     = "tipping_hand_man"                     //	💁‍♂️
	Tipping_hand_woman                   = "tipping_hand_woman"                   //	💁‍♀️
	Raising_hand                         = "raising_hand"                         //	🙋
	Raising_hand_man                     = "raising_hand_man"                     //	🙋‍♂️
	Raising_hand_woman                   = "raising_hand_woman"                   //	🙋‍♀️
	Deaf_person                          = "deaf_person"                          //	🧏
	Deaf_man                             = "deaf_man"                             //	🧏‍♂️
	Deaf_woman                           = "deaf_woman"                           //	🧏‍♀️
	Bow                                  = "bow"                                  //	🙇
	Bowing_man                           = "bowing_man"                           //	🙇‍♂️
	Bowing_woman                         = "bowing_woman"                         //	🙇‍♀️
	Facepalm                             = "facepalm"                             //	🤦
	Man_facepalming                      = "man_facepalming"                      //	🤦‍♂️
	Woman_facepalming                    = "woman_facepalming"                    //	🤦‍♀️
	Shrug                                = "shrug"                                //	🤷
	Man_shrugging                        = "man_shrugging"                        //	🤷‍♂️
	Woman_shrugging                      = "woman_shrugging"                      //	🤷‍♀️
	Health_worker                        = "health_worker"                        //	🧑‍⚕️
	Man_health_worker                    = "man_health_worker"                    //	👨‍⚕️
	Woman_health_worker                  = "woman_health_worker"                  //	👩‍⚕️
	Student                              = "student"                              //	🧑‍🎓
	Man_student                          = "man_student"                          //	👨‍🎓
	Woman_student                        = "woman_student"                        //	👩‍🎓
	Teacher                              = "teacher"                              //	🧑‍🏫
	Man_teacher                          = "man_teacher"                          //	👨‍🏫
	Woman_teacher                        = "woman_teacher"                        //	👩‍🏫
	Judge                                = "judge"                                //	🧑‍⚖️
	Man_judge                            = "man_judge"                            //	👨‍⚖️
	Woman_judge                          = "woman_judge"                          //	👩‍⚖️
	Farmer                               = "farmer"                               //	🧑‍🌾
	Man_farmer                           = "man_farmer"                           //	👨‍🌾
	Woman_farmer                         = "woman_farmer"                         //	👩‍🌾
	Cook                                 = "cook"                                 //	🧑‍🍳
	Man_cook                             = "man_cook"                             //	👨‍🍳
	Woman_cook                           = "woman_cook"                           //	👩‍🍳
	Mechanic                             = "mechanic"                             //	🧑‍🔧
	Man_mechanic                         = "man_mechanic"                         //	👨‍🔧
	Woman_mechanic                       = "woman_mechanic"                       //	👩‍🔧
	Factory_worker                       = "factory_worker"                       //	🧑‍🏭
	Man_factory_worker                   = "man_factory_worker"                   //	👨‍🏭
	Woman_factory_worker                 = "woman_factory_worker"                 //	👩‍🏭
	Office_worker                        = "office_worker"                        //	🧑‍💼
	Man_office_worker                    = "man_office_worker"                    //	👨‍💼
	Woman_office_worker                  = "woman_office_worker"                  //	👩‍💼
	Scientist                            = "scientist"                            //	🧑‍🔬
	Man_scientist                        = "man_scientist"                        //	👨‍🔬
	Woman_scientist                      = "woman_scientist"                      //	👩‍🔬
	Technologist                         = "technologist"                         //	🧑‍💻
	Man_technologist                     = "man_technologist"                     //	👨‍💻
	Woman_technologist                   = "woman_technologist"                   //	👩‍💻
	Singer                               = "singer"                               //	🧑‍🎤
	Man_singer                           = "man_singer"                           //	👨‍🎤
	Woman_singer                         = "woman_singer"                         //	👩‍🎤
	Artist                               = "artist"                               //	🧑‍🎨
	Man_artist                           = "man_artist"                           //	👨‍🎨
	Woman_artist                         = "woman_artist"                         //	👩‍🎨
	Pilot                                = "pilot"                                //	🧑‍✈️
	Man_pilot                            = "man_pilot"                            //	👨‍✈️
	Woman_pilot                          = "woman_pilot"                          //	👩‍✈️
	Astronaut                            = "astronaut"                            //	🧑‍🚀
	Man_astronaut                        = "man_astronaut"                        //	👨‍🚀
	Woman_astronaut                      = "woman_astronaut"                      //	👩‍🚀
	Firefighter                          = "firefighter"                          //	🧑‍🚒
	Man_firefighter                      = "man_firefighter"                      //	👨‍🚒
	Woman_firefighter                    = "woman_firefighter"                    //	👩‍🚒
	Police_officer                       = "police_officer"                       //	👮
	Policeman                            = "policeman"                            //	👮‍♂️
	Policewoman                          = "policewoman"                          //	👮‍♀️
	Detective                            = "detective"                            //	🕵️
	Male_detective                       = "male_detective"                       //	🕵️‍♂️
	Female_detective                     = "female_detective"                     //	🕵️‍♀️
	Guard                                = "guard"                                //	💂
	Guardsman                            = "guardsman"                            //	💂‍♂️
	Guardswoman                          = "guardswoman"                          //	💂‍♀️
	Ninja                                = "ninja"                                //	🥷
	Construction_worker                  = "construction_worker"                  //	👷
	Construction_worker_man              = "construction_worker_man"              //	👷‍♂️
	Construction_worker_woman            = "construction_worker_woman"            //	👷‍♀️
	Prince                               = "prince"                               //	🤴
	Princess                             = "princess"                             //	👸
	Person_with_turban                   = "person_with_turban"                   //	👳
	Man_with_turban                      = "man_with_turban"                      //	👳‍♂️
	Woman_with_turban                    = "woman_with_turban"                    //	👳‍♀️
	Man_with_gua_pi_mao                  = "man_with_gua_pi_mao"                  //	👲
	Woman_with_headscarf                 = "woman_with_headscarf"                 //	🧕
	Person_in_tuxedo                     = "person_in_tuxedo"                     //	🤵
	Man_in_tuxedo                        = "man_in_tuxedo"                        //	🤵‍♂️
	Woman_in_tuxedo                      = "woman_in_tuxedo"                      //	🤵‍♀️
	Person_with_veil                     = "person_with_veil"                     //	👰
	Man_with_veil                        = "man_with_veil"                        //	👰‍♂️
	Woman_with_veil                      = "woman_with_veil"                      //	👰‍♀️
	Pregnant_woman                       = "pregnant_woman"                       //	🤰
	Breast_feeding                       = "breast_feeding"                       //	🤱
	Woman_feeding_baby                   = "woman_feeding_baby"                   //	👩‍🍼
	Man_feeding_baby                     = "man_feeding_baby"                     //	👨‍🍼
	Person_feeding_baby                  = "person_feeding_baby"                  //	🧑‍🍼
	Angel                                = "angel"                                //	👼
	Santa                                = "santa"                                //	🎅
	Mrs_claus                            = "mrs_claus"                            //	🤶
	Mx_claus                             = "mx_claus"                             //	🧑‍🎄
	Superhero                            = "superhero"                            //	🦸
	Superhero_man                        = "superhero_man"                        //	🦸‍♂️
	Superhero_woman                      = "superhero_woman"                      //	🦸‍♀️
	Supervillain                         = "supervillain"                         //	🦹
	Supervillain_man                     = "supervillain_man"                     //	🦹‍♂️
	Supervillain_woman                   = "supervillain_woman"                   //	🦹‍♀️
	Mage                                 = "mage"                                 //	🧙
	Mage_man                             = "mage_man"                             //	🧙‍♂️
	Mage_woman                           = "mage_woman"                           //	🧙‍♀️
	Fairy                                = "fairy"                                //	🧚
	Fairy_man                            = "fairy_man"                            //	🧚‍♂️
	Fairy_woman                          = "fairy_woman"                          //	🧚‍♀️
	Vampire                              = "vampire"                              //	🧛
	Vampire_man                          = "vampire_man"                          //	🧛‍♂️
	Vampire_woman                        = "vampire_woman"                        //	🧛‍♀️
	Merperson                            = "merperson"                            //	🧜
	Merman                               = "merman"                               //	🧜‍♂️
	Mermaid                              = "mermaid"                              //	🧜‍♀️
	Elf                                  = "elf"                                  //	🧝
	Elf_man                              = "elf_man"                              //	🧝‍♂️
	Elf_woman                            = "elf_woman"                            //	🧝‍♀️
	Genie                                = "genie"                                //	🧞
	Genie_man                            = "genie_man"                            //	🧞‍♂️
	Genie_woman                          = "genie_woman"                          //	🧞‍♀️
	Zombie                               = "zombie"                               //	🧟
	Zombie_man                           = "zombie_man"                           //	🧟‍♂️
	Zombie_woman                         = "zombie_woman"                         //	🧟‍♀️
	Massage                              = "massage"                              //	💆
	Massage_man                          = "massage_man"                          //	💆‍♂️
	Massage_woman                        = "massage_woman"                        //	💆‍♀️
	Haircut                              = "haircut"                              //	💇
	Haircut_man                          = "haircut_man"                          //	💇‍♂️
	Haircut_woman                        = "haircut_woman"                        //	💇‍♀️
	Walking                              = "walking"                              //	🚶
	Walking_man                          = "walking_man"                          //	🚶‍♂️
	Walking_woman                        = "walking_woman"                        //	🚶‍♀️
	Standing_person                      = "standing_person"                      //	🧍
	Standing_man                         = "standing_man"                         //	🧍‍♂️
	Standing_woman                       = "standing_woman"                       //	🧍‍♀️
	Kneeling_person                      = "kneeling_person"                      //	🧎
	Kneeling_man                         = "kneeling_man"                         //	🧎‍♂️
	Kneeling_woman                       = "kneeling_woman"                       //	🧎‍♀️
	Person_with_probing_cane             = "person_with_probing_cane"             //	🧑‍🦯
	Man_with_probing_cane                = "man_with_probing_cane"                //	👨‍🦯
	Woman_with_probing_cane              = "woman_with_probing_cane"              //	👩‍🦯
	Person_in_motorized_wheelchair       = "person_in_motorized_wheelchair"       //	🧑‍🦼
	Man_in_motorized_wheelchair          = "man_in_motorized_wheelchair"          //	👨‍🦼
	Woman_in_motorized_wheelchair        = "woman_in_motorized_wheelchair"        //	👩‍🦼
	Person_in_manual_wheelchair          = "person_in_manual_wheelchair"          //	🧑‍🦽
	Man_in_manual_wheelchair             = "man_in_manual_wheelchair"             //	👨‍🦽
	Woman_in_manual_wheelchair           = "woman_in_manual_wheelchair"           //	👩‍🦽
	Runner                               = "runner"                               //	🏃
	Running_man                          = "running_man"                          //	🏃‍♂️
	Running_woman                        = "running_woman"                        //	🏃‍♀️
	Woman_dancing                        = "woman_dancing"                        //	💃
	Man_dancing                          = "man_dancing"                          //	🕺
	Business_suit_levitating             = "business_suit_levitating"             //	🕴️
	Dancers                              = "dancers"                              //	👯
	Dancing_men                          = "dancing_men"                          //	👯‍♂️
	Dancing_women                        = "dancing_women"                        //	👯‍♀️
	Sauna_person                         = "sauna_person"                         //	🧖
	Sauna_man                            = "sauna_man"                            //	🧖‍♂️
	Sauna_woman                          = "sauna_woman"                          //	🧖‍♀️
	Climbing                             = "climbing"                             //	🧗
	Climbing_man                         = "climbing_man"                         //	🧗‍♂️
	Climbing_woman                       = "climbing_woman"                       //	🧗‍♀️
	Person_fencing                       = "person_fencing"                       //	🤺
	Horse_racing                         = "horse_racing"                         //	🏇
	Skier                                = "skier"                                //	⛷️
	Snowboarder                          = "snowboarder"                          //	🏂
	Golfing                              = "golfing"                              //	🏌️
	Golfing_man                          = "golfing_man"                          //	🏌️‍♂️
	Golfing_woman                        = "golfing_woman"                        //	🏌️‍♀️
	Surfer                               = "surfer"                               //	🏄
	Surfing_man                          = "surfing_man"                          //	🏄‍♂️
	Surfing_woman                        = "surfing_woman"                        //	🏄‍♀️
	Rowboat                              = "rowboat"                              //	🚣
	Rowing_man                           = "rowing_man"                           //	🚣‍♂️
	Rowing_woman                         = "rowing_woman"                         //	🚣‍♀️
	Swimmer                              = "swimmer"                              //	🏊
	Swimming_man                         = "swimming_man"                         //	🏊‍♂️
	Swimming_woman                       = "swimming_woman"                       //	🏊‍♀️
	Bouncing_ball_person                 = "bouncing_ball_person"                 //	⛹️
	Bouncing_ball_man                    = "bouncing_ball_man"                    //	⛹️‍♂️
	Bouncing_ball_woman                  = "bouncing_ball_woman"                  //	⛹️‍♀️
	Weight_lifting                       = "weight_lifting"                       //	🏋️
	Weight_lifting_man                   = "weight_lifting_man"                   //	🏋️‍♂️
	Weight_lifting_woman                 = "weight_lifting_woman"                 //	🏋️‍♀️
	Bicyclist                            = "bicyclist"                            //	🚴
	Biking_man                           = "biking_man"                           //	🚴‍♂️
	Biking_woman                         = "biking_woman"                         //	🚴‍♀️
	Mountain_bicyclist                   = "mountain_bicyclist"                   //	🚵
	Mountain_biking_man                  = "mountain_biking_man"                  //	🚵‍♂️
	Mountain_biking_woman                = "mountain_biking_woman"                //	🚵‍♀️
	Cartwheeling                         = "cartwheeling"                         //	🤸
	Man_cartwheeling                     = "man_cartwheeling"                     //	🤸‍♂️
	Woman_cartwheeling                   = "woman_cartwheeling"                   //	🤸‍♀️
	Wrestling                            = "wrestling"                            //	🤼
	Men_wrestling                        = "men_wrestling"                        //	🤼‍♂️
	Women_wrestling                      = "women_wrestling"                      //	🤼‍♀️
	Water_polo                           = "water_polo"                           //	🤽
	Man_playing_water_polo               = "man_playing_water_polo"               //	🤽‍♂️
	Woman_playing_water_polo             = "woman_playing_water_polo"             //	🤽‍♀️
	Handball_person                      = "handball_person"                      //	🤾
	Man_playing_handball                 = "man_playing_handball"                 //	🤾‍♂️
	Woman_playing_handball               = "woman_playing_handball"               //	🤾‍♀️
	Juggling_person                      = "juggling_person"                      //	🤹
	Man_juggling                         = "man_juggling"                         //	🤹‍♂️
	Woman_juggling                       = "woman_juggling"                       //	🤹‍♀️
	Lotus_position                       = "lotus_position"                       //	🧘
	Lotus_position_man                   = "lotus_position_man"                   //	🧘‍♂️
	Lotus_position_woman                 = "lotus_position_woman"                 //	🧘‍♀️
	Bath                                 = "bath"                                 //	🛀
	Sleeping_bed                         = "sleeping_bed"                         //	🛌
	People_holding_hands                 = "people_holding_hands"                 //	🧑‍🤝‍🧑
	Two_women_holding_hands              = "two_women_holding_hands"              //	👭
	Couple                               = "couple"                               //	👫
	Two_men_holding_hands                = "two_men_holding_hands"                //	👬
	Couplekiss                           = "couplekiss"                           //	💏
	Couplekiss_man_woman                 = "couplekiss_man_woman"                 //	👩‍❤️‍💋‍👨
	Couplekiss_man_man                   = "couplekiss_man_man"                   //	👨‍❤️‍💋‍👨
	Couplekiss_woman_woman               = "couplekiss_woman_woman"               //	👩‍❤️‍💋‍👩
	Couple_with_heart                    = "couple_with_heart"                    //	💑
	Couple_with_heart_woman_man          = "couple_with_heart_woman_man"          //	👩‍❤️‍👨
	Couple_with_heart_man_man            = "couple_with_heart_man_man"            //	👨‍❤️‍👨
	Couple_with_heart_woman_woman        = "couple_with_heart_woman_woman"        //	👩‍❤️‍👩
	Family                               = "family"                               //	👪
	Family_man_woman_boy                 = "family_man_woman_boy"                 //	👨‍👩‍👦
	Family_man_woman_girl                = "family_man_woman_girl"                //	👨‍👩‍👧
	Family_man_woman_girl_boy            = "family_man_woman_girl_boy"            //	👨‍👩‍👧‍👦
	Family_man_woman_boy_boy             = "family_man_woman_boy_boy"             //	👨‍👩‍👦‍👦
	Family_man_woman_girl_girl           = "family_man_woman_girl_girl"           //	👨‍👩‍👧‍👧
	Family_man_man_boy                   = "family_man_man_boy"                   //	👨‍👨‍👦
	Family_man_man_girl                  = "family_man_man_girl"                  //	👨‍👨‍👧
	Family_man_man_girl_boy              = "family_man_man_girl_boy"              //	👨‍👨‍👧‍👦
	Family_man_man_boy_boy               = "family_man_man_boy_boy"               //	👨‍👨‍👦‍👦
	Family_man_man_girl_girl             = "family_man_man_girl_girl"             //	👨‍👨‍👧‍👧
	Family_woman_woman_boy               = "family_woman_woman_boy"               //	👩‍👩‍👦
	Family_woman_woman_girl              = "family_woman_woman_girl"              //	👩‍👩‍👧
	Family_woman_woman_girl_boy          = "family_woman_woman_girl_boy"          //	👩‍👩‍👧‍👦
	Family_woman_woman_boy_boy           = "family_woman_woman_boy_boy"           //	👩‍👩‍👦‍👦
	Family_woman_woman_girl_girl         = "family_woman_woman_girl_girl"         //	👩‍👩‍👧‍👧
	Family_man_boy                       = "family_man_boy"                       //	👨‍👦
	Family_man_boy_boy                   = "family_man_boy_boy"                   //	👨‍👦‍👦
	Family_man_girl                      = "family_man_girl"                      //	👨‍👧
	Family_man_girl_boy                  = "family_man_girl_boy"                  //	👨‍👧‍👦
	Family_man_girl_girl                 = "family_man_girl_girl"                 //	👨‍👧‍👧
	Family_woman_boy                     = "family_woman_boy"                     //	👩‍👦
	Family_woman_boy_boy                 = "family_woman_boy_boy"                 //	👩‍👦‍👦
	Family_woman_girl                    = "family_woman_girl"                    //	👩‍👧
	Family_woman_girl_boy                = "family_woman_girl_boy"                //	👩‍👧‍👦
	Family_woman_girl_girl               = "family_woman_girl_girl"               //	👩‍👧‍👧
	Speaking_head                        = "speaking_head"                        //	🗣️
	Bust_in_silhouette                   = "bust_in_silhouette"                   //	👤
	Busts_in_silhouette                  = "busts_in_silhouette"                  //	👥
	People_hugging                       = "people_hugging"                       //	🫂
	Footprints                           = "footprints"                           //	👣
	Monkey_face                          = "monkey_face"                          //	🐵
	Monkey                               = "monkey"                               //	🐒
	Gorilla                              = "gorilla"                              //	🦍
	Orangutan                            = "orangutan"                            //	🦧
	Dog                                  = "dog"                                  //	🐶
	Dog2                                 = "dog2"                                 //	🐕
	Guide_dog                            = "guide_dog"                            //	🦮
	Service_dog                          = "service_dog"                          //	🐕‍🦺
	Poodle                               = "poodle"                               //	🐩
	Wolf                                 = "wolf"                                 //	🐺
	Fox_face                             = "fox_face"                             //	🦊
	Raccoon                              = "raccoon"                              //	🦝
	Cat                                  = "cat"                                  //	🐱
	Cat2                                 = "cat2"                                 //	🐈
	Black_cat                            = "black_cat"                            //	🐈‍⬛
	Lion                                 = "lion"                                 //	🦁
	Tiger                                = "tiger"                                //	🐯
	Tiger2                               = "tiger2"                               //	🐅
	Leopard                              = "leopard"                              //	🐆
	Horse                                = "horse"                                //	🐴
	Racehorse                            = "racehorse"                            //	🐎
	Unicorn                              = "unicorn"                              //	🦄
	Zebra                                = "zebra"                                //	🦓
	Deer                                 = "deer"                                 //	🦌
	Bison                                = "bison"                                //	🦬
	Cow                                  = "cow"                                  //	🐮
	Ox                                   = "ox"                                   //	🐂
	Water_buffalo                        = "water_buffalo"                        //	🐃
	Cow2                                 = "cow2"                                 //	🐄
	Pig                                  = "pig"                                  //	🐷
	Pig2                                 = "pig2"                                 //	🐖
	Boar                                 = "boar"                                 //	🐗
	Pig_nose                             = "pig_nose"                             //	🐽
	Ram                                  = "ram"                                  //	🐏
	Sheep                                = "sheep"                                //	🐑
	Goat                                 = "goat"                                 //	🐐
	Dromedary_camel                      = "dromedary_camel"                      //	🐪
	Camel                                = "camel"                                //	🐫
	Llama                                = "llama"                                //	🦙
	Giraffe                              = "giraffe"                              //	🦒
	Elephant                             = "elephant"                             //	🐘
	Mammoth                              = "mammoth"                              //	🦣
	Rhinoceros                           = "rhinoceros"                           //	🦏
	Hippopotamus                         = "hippopotamus"                         //	🦛
	Mouse                                = "mouse"                                //	🐭
	Mouse2                               = "mouse2"                               //	🐁
	Rat                                  = "rat"                                  //	🐀
	Hamster                              = "hamster"                              //	🐹
	Rabbit                               = "rabbit"                               //	🐰
	Rabbit2                              = "rabbit2"                              //	🐇
	Chipmunk                             = "chipmunk"                             //	🐿️
	Beaver                               = "beaver"                               //	🦫
	Hedgehog                             = "hedgehog"                             //	🦔
	Bat                                  = "bat"                                  //	🦇
	Bear                                 = "bear"                                 //	🐻
	Polar_bear                           = "polar_bear"                           //	🐻‍❄️
	Koala                                = "koala"                                //	🐨
	Panda_face                           = "panda_face"                           //	🐼
	Sloth                                = "sloth"                                //	🦥
	Otter                                = "otter"                                //	🦦
	Skunk                                = "skunk"                                //	🦨
	Kangaroo                             = "kangaroo"                             //	🦘
	Badger                               = "badger"                               //	🦡
	Feet                                 = "feet"                                 //	🐾
	Turkey                               = "turkey"                               //	🦃
	Chicken                              = "chicken"                              //	🐔
	Rooster                              = "rooster"                              //	🐓
	Hatching_chick                       = "hatching_chick"                       //	🐣
	Baby_chick                           = "baby_chick"                           //	🐤
	Hatched_chick                        = "hatched_chick"                        //	🐥
	Bird                                 = "bird"                                 //	🐦
	Penguin                              = "penguin"                              //	🐧
	Dove                                 = "dove"                                 //	🕊️
	Eagle                                = "eagle"                                //	🦅
	Duck                                 = "duck"                                 //	🦆
	Swan                                 = "swan"                                 //	🦢
	Owl                                  = "owl"                                  //	🦉
	Dodo                                 = "dodo"                                 //	🦤
	Feather                              = "feather"                              //	🪶
	Flamingo                             = "flamingo"                             //	🦩
	Peacock                              = "peacock"                              //	🦚
	Parrot                               = "parrot"                               //	🦜
	Frog                                 = "frog"                                 //	🐸
	Crocodile                            = "crocodile"                            //	🐊
	Turtle                               = "turtle"                               //	🐢
	Lizard                               = "lizard"                               //	🦎
	Snake                                = "snake"                                //	🐍
	Dragon_face                          = "dragon_face"                          //	🐲
	Dragon                               = "dragon"                               //	🐉
	Sauropod                             = "sauropod"                             //	🦕
	TRex                                 = "t-rex"                                //	🦖
	Whale                                = "whale"                                //	🐳
	Whale2                               = "whale2"                               //	🐋
	Dolphin                              = "dolphin"                              //	🐬
	Seal                                 = "seal"                                 //	🦭
	Fish                                 = "fish"                                 //	🐟
	Tropical_fish                        = "tropical_fish"                        //	🐠
	Blowfish                             = "blowfish"                             //	🐡
	Shark                                = "shark"                                //	🦈
	Octopus                              = "octopus"                              //	🐙
	Shell                                = "shell"                                //	🐚
	Snail                                = "snail"                                //	🐌
	Butterfly                            = "butterfly"                            //	🦋
	Bug                                  = "bug"                                  //	🐛
	Ant                                  = "ant"                                  //	🐜
	Bee                                  = "bee"                                  //	🐝
	Beetle                               = "beetle"                               //	🪲
	Lady_beetle                          = "lady_beetle"                          //	🐞
	Cricket                              = "cricket"                              //	🦗
	Cockroach                            = "cockroach"                            //	🪳
	Spider                               = "spider"                               //	🕷️
	Spider_web                           = "spider_web"                           //	🕸️
	Scorpion                             = "scorpion"                             //	🦂
	Mosquito                             = "mosquito"                             //	🦟
	Fly                                  = "fly"                                  //	🪰
	Worm                                 = "worm"                                 //	🪱
	Microbe                              = "microbe"                              //	🦠
	Bouquet                              = "bouquet"                              //	💐
	Cherry_blossom                       = "cherry_blossom"                       //	🌸
	White_flower                         = "white_flower"                         //	💮
	Rosette                              = "rosette"                              //	🏵️
	Rose                                 = "rose"                                 //	🌹
	Wilted_flower                        = "wilted_flower"                        //	🥀
	Hibiscus                             = "hibiscus"                             //	🌺
	Sunflower                            = "sunflower"                            //	🌻
	Blossom                              = "blossom"                              //	🌼
	Tulip                                = "tulip"                                //	🌷
	Seedling                             = "seedling"                             //	🌱
	Potted_plant                         = "potted_plant"                         //	🪴
	Evergreen_tree                       = "evergreen_tree"                       //	🌲
	Deciduous_tree                       = "deciduous_tree"                       //	🌳
	Palm_tree                            = "palm_tree"                            //	🌴
	Cactus                               = "cactus"                               //	🌵
	Ear_of_rice                          = "ear_of_rice"                          //	🌾
	Herb                                 = "herb"                                 //	🌿
	Shamrock                             = "shamrock"                             //	☘️
	Four_leaf_clover                     = "four_leaf_clover"                     //	🍀
	Maple_leaf                           = "maple_leaf"                           //	🍁
	Fallen_leaf                          = "fallen_leaf"                          //	🍂
	Leaves                               = "leaves"                               //	🍃
	Grapes                               = "grapes"                               //	🍇
	Melon                                = "melon"                                //	🍈
	Watermelon                           = "watermelon"                           //	🍉
	Tangerine                            = "tangerine"                            //	🍊
	Lemon                                = "lemon"                                //	🍋
	Banana                               = "banana"                               //	🍌
	Pineapple                            = "pineapple"                            //	🍍
	Mango                                = "mango"                                //	🥭
	Apple                                = "apple"                                //	🍎
	Green_apple                          = "green_apple"                          //	🍏
	Pear                                 = "pear"                                 //	🍐
	Peach                                = "peach"                                //	🍑
	Cherries                             = "cherries"                             //	🍒
	Strawberry                           = "strawberry"                           //	🍓
	Blueberries                          = "blueberries"                          //	🫐
	Kiwi_fruit                           = "kiwi_fruit"                           //	🥝
	Tomato                               = "tomato"                               //	🍅
	Olive                                = "olive"                                //	🫒
	Coconut                              = "coconut"                              //	🥥
	Avocado                              = "avocado"                              //	🥑
	Eggplant                             = "eggplant"                             //	🍆
	Potato                               = "potato"                               //	🥔
	Carrot                               = "carrot"                               //	🥕
	Corn                                 = "corn"                                 //	🌽
	Hot_pepper                           = "hot_pepper"                           //	🌶️
	Bell_pepper                          = "bell_pepper"                          //	🫑
	Cucumber                             = "cucumber"                             //	🥒
	Leafy_green                          = "leafy_green"                          //	🥬
	Broccoli                             = "broccoli"                             //	🥦
	Garlic                               = "garlic"                               //	🧄
	Onion                                = "onion"                                //	🧅
	Mushroom                             = "mushroom"                             //	🍄
	Peanuts                              = "peanuts"                              //	🥜
	Chestnut                             = "chestnut"                             //	🌰
	Bread                                = "bread"                                //	🍞
	Croissant                            = "croissant"                            //	🥐
	Baguette_bread                       = "baguette_bread"                       //	🥖
	Flatbread                            = "flatbread"                            //	🫓
	Pretzel                              = "pretzel"                              //	🥨
	Bagel                                = "bagel"                                //	🥯
	Pancakes                             = "pancakes"                             //	🥞
	Waffle                               = "waffle"                               //	🧇
	Cheese                               = "cheese"                               //	🧀
	Meat_on_bone                         = "meat_on_bone"                         //	🍖
	Poultry_leg                          = "poultry_leg"                          //	🍗
	Cut_of_meat                          = "cut_of_meat"                          //	🥩
	Bacon                                = "bacon"                                //	🥓
	Hamburger                            = "hamburger"                            //	🍔
	Fries                                = "fries"                                //	🍟
	Pizza                                = "pizza"                                //	🍕
	Hotdog                               = "hotdog"                               //	🌭
	Sandwich                             = "sandwich"                             //	🥪
	Taco                                 = "taco"                                 //	🌮
	Burrito                              = "burrito"                              //	🌯
	Tamale                               = "tamale"                               //	🫔
	Stuffed_flatbread                    = "stuffed_flatbread"                    //	🥙
	Falafel                              = "falafel"                              //	🧆
	Egg                                  = "egg"                                  //	🥚
	Fried_egg                            = "fried_egg"                            //	🍳
	Shallow_pan_of_food                  = "shallow_pan_of_food"                  //	🥘
	Stew                                 = "stew"                                 //	🍲
	Fondue                               = "fondue"                               //	🫕
	Bowl_with_spoon                      = "bowl_with_spoon"                      //	🥣
	Green_salad                          = "green_salad"                          //	🥗
	Popcorn                              = "popcorn"                              //	🍿
	Butter                               = "butter"                               //	🧈
	Salt                                 = "salt"                                 //	🧂
	Canned_food                          = "canned_food"                          //	🥫
	Bento                                = "bento"                                //	🍱
	Rice_cracker                         = "rice_cracker"                         //	🍘
	Rice_ball                            = "rice_ball"                            //	🍙
	Rice                                 = "rice"                                 //	🍚
	Curry                                = "curry"                                //	🍛
	Ramen                                = "ramen"                                //	🍜
	Spaghetti                            = "spaghetti"                            //	🍝
	Sweet_potato                         = "sweet_potato"                         //	🍠
	Oden                                 = "oden"                                 //	🍢
	Sushi                                = "sushi"                                //	🍣
	Fried_shrimp                         = "fried_shrimp"                         //	🍤
	Fish_cake                            = "fish_cake"                            //	🍥
	Moon_cake                            = "moon_cake"                            //	🥮
	Dango                                = "dango"                                //	🍡
	Dumpling                             = "dumpling"                             //	🥟
	Fortune_cookie                       = "fortune_cookie"                       //	🥠
	Takeout_box                          = "takeout_box"                          //	🥡
	Crab                                 = "crab"                                 //	🦀
	Lobster                              = "lobster"                              //	🦞
	Shrimp                               = "shrimp"                               //	🦐
	Squid                                = "squid"                                //	🦑
	Oyster                               = "oyster"                               //	🦪
	Icecream                             = "icecream"                             //	🍦
	Shaved_ice                           = "shaved_ice"                           //	🍧
	Ice_cream                            = "ice_cream"                            //	🍨
	Doughnut                             = "doughnut"                             //	🍩
	Cookie                               = "cookie"                               //	🍪
	Birthday                             = "birthday"                             //	🎂
	Cake                                 = "cake"                                 //	🍰
	Cupcake                              = "cupcake"                              //	🧁
	Pie                                  = "pie"                                  //	🥧
	Chocolate_bar                        = "chocolate_bar"                        //	🍫
	Candy                                = "candy"                                //	🍬
	Lollipop                             = "lollipop"                             //	🍭
	Custard                              = "custard"                              //	🍮
	Honey_pot                            = "honey_pot"                            //	🍯
	Baby_bottle                          = "baby_bottle"                          //	🍼
	Milk_glass                           = "milk_glass"                           //	🥛
	Coffee                               = "coffee"                               //	☕
	Teapot                               = "teapot"                               //	🫖
	Tea                                  = "tea"                                  //	🍵
	Sake                                 = "sake"                                 //	🍶
	Champagne                            = "champagne"                            //	🍾
	Wine_glass                           = "wine_glass"                           //	🍷
	Cocktail                             = "cocktail"                             //	🍸
	Tropical_drink                       = "tropical_drink"                       //	🍹
	Beer                                 = "beer"                                 //	🍺
	Beers                                = "beers"                                //	🍻
	Clinking_glasses                     = "clinking_glasses"                     //	🥂
	Tumbler_glass                        = "tumbler_glass"                        //	🥃
	Cup_with_straw                       = "cup_with_straw"                       //	🥤
	Bubble_tea                           = "bubble_tea"                           //	🧋
	Beverage_box                         = "beverage_box"                         //	🧃
	Mate                                 = "mate"                                 //	🧉
	Ice_cube                             = "ice_cube"                             //	🧊
	Chopsticks                           = "chopsticks"                           //	🥢
	Plate_with_cutlery                   = "plate_with_cutlery"                   //	🍽️
	Fork_and_knife                       = "fork_and_knife"                       //	🍴
	Spoon                                = "spoon"                                //	🥄
	Hocho                                = "hocho"                                //	🔪
	Amphora                              = "amphora"                              //	🏺
	Earth_africa                         = "earth_africa"                         //	🌍
	Earth_americas                       = "earth_americas"                       //	🌎
	Earth_asia                           = "earth_asia"                           //	🌏
	Globe_with_meridians                 = "globe_with_meridians"                 //	🌐
	World_map                            = "world_map"                            //	🗺️
	Japan                                = "japan"                                //	🗾
	Compass                              = "compass"                              //	🧭
	Mountain_snow                        = "mountain_snow"                        //	🏔️
	Mountain                             = "mountain"                             //	⛰️
	Volcano                              = "volcano"                              //	🌋
	Mount_fuji                           = "mount_fuji"                           //	🗻
	Camping                              = "camping"                              //	🏕️
	Beach_umbrella                       = "beach_umbrella"                       //	🏖️
	Desert                               = "desert"                               //	🏜️
	Desert_island                        = "desert_island"                        //	🏝️
	National_park                        = "national_park"                        //	🏞️
	Stadium                              = "stadium"                              //	🏟️
	Classical_building                   = "classical_building"                   //	🏛️
	Building_construction                = "building_construction"                //	🏗️
	Bricks                               = "bricks"                               //	🧱
	Rock                                 = "rock"                                 //	🪨
	Wood                                 = "wood"                                 //	🪵
	Hut                                  = "hut"                                  //	🛖
	Houses                               = "houses"                               //	🏘️
	Derelict_house                       = "derelict_house"                       //	🏚️
	House                                = "house"                                //	🏠
	House_with_garden                    = "house_with_garden"                    //	🏡
	Office                               = "office"                               //	🏢
	Post_office                          = "post_office"                          //	🏣
	European_post_office                 = "european_post_office"                 //	🏤
	Hospital                             = "hospital"                             //	🏥
	Bank                                 = "bank"                                 //	🏦
	Hotel                                = "hotel"                                //	🏨
	Love_hotel                           = "love_hotel"                           //	🏩
	Convenience_store                    = "convenience_store"                    //	🏪
	School                               = "school"                               //	🏫
	Department_store                     = "department_store"                     //	🏬
	Factory                              = "factory"                              //	🏭
	Japanese_castle                      = "japanese_castle"                      //	🏯
	European_castle                      = "european_castle"                      //	🏰
	Wedding                              = "wedding"                              //	💒
	Tokyo_tower                          = "tokyo_tower"                          //	🗼
	Statue_of_liberty                    = "statue_of_liberty"                    //	🗽
	Church                               = "church"                               //	⛪
	Mosque                               = "mosque"                               //	🕌
	Hindu_temple                         = "hindu_temple"                         //	🛕
	Synagogue                            = "synagogue"                            //	🕍
	Shinto_shrine                        = "shinto_shrine"                        //	⛩️
	Kaaba                                = "kaaba"                                //	🕋
	Fountain                             = "fountain"                             //	⛲
	Tent                                 = "tent"                                 //	⛺
	Foggy                                = "foggy"                                //	🌁
	Night_with_stars                     = "night_with_stars"                     //	🌃
	Cityscape                            = "cityscape"                            //	🏙️
	Sunrise_over_mountains               = "sunrise_over_mountains"               //	🌄
	Sunrise                              = "sunrise"                              //	🌅
	City_sunset                          = "city_sunset"                          //	🌆
	City_sunrise                         = "city_sunrise"                         //	🌇
	Bridge_at_night                      = "bridge_at_night"                      //	🌉
	Hotsprings                           = "hotsprings"                           //	♨️
	Carousel_horse                       = "carousel_horse"                       //	🎠
	Ferris_wheel                         = "ferris_wheel"                         //	🎡
	Roller_coaster                       = "roller_coaster"                       //	🎢
	Barber                               = "barber"                               //	💈
	Circus_tent                          = "circus_tent"                          //	🎪
	Steam_locomotive                     = "steam_locomotive"                     //	🚂
	Railway_car                          = "railway_car"                          //	🚃
	Bullettrain_side                     = "bullettrain_side"                     //	🚄
	Bullettrain_front                    = "bullettrain_front"                    //	🚅
	Train2                               = "train2"                               //	🚆
	Metro                                = "metro"                                //	🚇
	Light_rail                           = "light_rail"                           //	🚈
	Station                              = "station"                              //	🚉
	Tram                                 = "tram"                                 //	🚊
	Monorail                             = "monorail"                             //	🚝
	Mountain_railway                     = "mountain_railway"                     //	🚞
	Train                                = "train"                                //	🚋
	Bus                                  = "bus"                                  //	🚌
	Oncoming_bus                         = "oncoming_bus"                         //	🚍
	Trolleybus                           = "trolleybus"                           //	🚎
	Minibus                              = "minibus"                              //	🚐
	Ambulance                            = "ambulance"                            //	🚑
	Fire_engine                          = "fire_engine"                          //	🚒
	Police_car                           = "police_car"                           //	🚓
	Oncoming_police_car                  = "oncoming_police_car"                  //	🚔
	Taxi                                 = "taxi"                                 //	🚕
	Oncoming_taxi                        = "oncoming_taxi"                        //	🚖
	Car                                  = "car"                                  //	🚗
	Oncoming_automobile                  = "oncoming_automobile"                  //	🚘
	Blue_car                             = "blue_car"                             //	🚙
	Pickup_truck                         = "pickup_truck"                         //	🛻
	Truck                                = "truck"                                //	🚚
	Articulated_lorry                    = "articulated_lorry"                    //	🚛
	Tractor                              = "tractor"                              //	🚜
	Racing_car                           = "racing_car"                           //	🏎️
	Motorcycle                           = "motorcycle"                           //	🏍️
	Motor_scooter                        = "motor_scooter"                        //	🛵
	Manual_wheelchair                    = "manual_wheelchair"                    //	🦽
	Motorized_wheelchair                 = "motorized_wheelchair"                 //	🦼
	Auto_rickshaw                        = "auto_rickshaw"                        //	🛺
	Bike                                 = "bike"                                 //	🚲
	Kick_scooter                         = "kick_scooter"                         //	🛴
	Skateboard                           = "skateboard"                           //	🛹
	Roller_skate                         = "roller_skate"                         //	🛼
	Busstop                              = "busstop"                              //	🚏
	Motorway                             = "motorway"                             //	🛣️
	Railway_track                        = "railway_track"                        //	🛤️
	Oil_drum                             = "oil_drum"                             //	🛢️
	Fuelpump                             = "fuelpump"                             //	⛽
	Rotating_light                       = "rotating_light"                       //	🚨
	Traffic_light                        = "traffic_light"                        //	🚥
	Vertical_traffic_light               = "vertical_traffic_light"               //	🚦
	Stop_sign                            = "stop_sign"                            //	🛑
	Construction                         = "construction"                         //	🚧
	Anchor                               = "anchor"                               //	⚓
	Boat                                 = "boat"                                 //	⛵
	Canoe                                = "canoe"                                //	🛶
	Speedboat                            = "speedboat"                            //	🚤
	Passenger_ship                       = "passenger_ship"                       //	🛳️
	Ferry                                = "ferry"                                //	⛴️
	Motor_boat                           = "motor_boat"                           //	🛥️
	Ship                                 = "ship"                                 //	🚢
	Airplane                             = "airplane"                             //	✈️
	Small_airplane                       = "small_airplane"                       //	🛩️
	Flight_departure                     = "flight_departure"                     //	🛫
	Flight_arrival                       = "flight_arrival"                       //	🛬
	Parachute                            = "parachute"                            //	🪂
	Seat                                 = "seat"                                 //	💺
	Helicopter                           = "helicopter"                           //	🚁
	Suspension_railway                   = "suspension_railway"                   //	🚟
	Mountain_cableway                    = "mountain_cableway"                    //	🚠
	Aerial_tramway                       = "aerial_tramway"                       //	🚡
	Artificial_satellite                 = "artificial_satellite"                 //	🛰️
	Rocket                               = "rocket"                               //	🚀
	Flying_saucer                        = "flying_saucer"                        //	🛸
	Bellhop_bell                         = "bellhop_bell"                         //	🛎️
	Luggage                              = "luggage"                              //	🧳
	Hourglass                            = "hourglass"                            //	⌛
	Hourglass_flowing_sand               = "hourglass_flowing_sand"               //	⏳
	Watch                                = "watch"                                //	⌚
	Alarm_clock                          = "alarm_clock"                          //	⏰
	Stopwatch                            = "stopwatch"                            //	⏱️
	Timer_clock                          = "timer_clock"                          //	⏲️
	Mantelpiece_clock                    = "mantelpiece_clock"                    //	🕰️
	Clock12                              = "clock12"                              //	🕛
	Clock1230                            = "clock1230"                            //	🕧
	Clock1                               = "clock1"                               //	🕐
	Clock130                             = "clock130"                             //	🕜
	Clock2                               = "clock2"                               //	🕑
	Clock230                             = "clock230"                             //	🕝
	Clock3                               = "clock3"                               //	🕒
	Clock330                             = "clock330"                             //	🕞
	Clock4                               = "clock4"                               //	🕓
	Clock430                             = "clock430"                             //	🕟
	Clock5                               = "clock5"                               //	🕔
	Clock530                             = "clock530"                             //	🕠
	Clock6                               = "clock6"                               //	🕕
	Clock630                             = "clock630"                             //	🕡
	Clock7                               = "clock7"                               //	🕖
	Clock730                             = "clock730"                             //	🕢
	Clock8                               = "clock8"                               //	🕗
	Clock830                             = "clock830"                             //	🕣
	Clock9                               = "clock9"                               //	🕘
	Clock930                             = "clock930"                             //	🕤
	Clock10                              = "clock10"                              //	🕙
	Clock1030                            = "clock1030"                            //	🕥
	Clock11                              = "clock11"                              //	🕚
	Clock1130                            = "clock1130"                            //	🕦
	New_moon                             = "new_moon"                             //	🌑
	Waxing_crescent_moon                 = "waxing_crescent_moon"                 //	🌒
	First_quarter_moon                   = "first_quarter_moon"                   //	🌓
	Moon                                 = "moon"                                 //	🌔
	Full_moon                            = "full_moon"                            //	🌕
	Waning_gibbous_moon                  = "waning_gibbous_moon"                  //	🌖
	Last_quarter_moon                    = "last_quarter_moon"                    //	🌗
	Waning_crescent_moon                 = "waning_crescent_moon"                 //	🌘
	Crescent_moon                        = "crescent_moon"                        //	🌙
	New_moon_with_face                   = "new_moon_with_face"                   //	🌚
	First_quarter_moon_with_face         = "first_quarter_moon_with_face"         //	🌛
	Last_quarter_moon_with_face          = "last_quarter_moon_with_face"          //	🌜
	Thermometer                          = "thermometer"                          //	🌡️
	Sunny                                = "sunny"                                //	☀️
	Full_moon_with_face                  = "full_moon_with_face"                  //	🌝
	Sun_with_face                        = "sun_with_face"                        //	🌞
	Ringed_planet                        = "ringed_planet"                        //	🪐
	Star                                 = "star"                                 //	⭐
	Star2                                = "star2"                                //	🌟
	Stars                                = "stars"                                //	🌠
	Milky_way                            = "milky_way"                            //	🌌
	Cloud                                = "cloud"                                //	☁️
	Partly_sunny                         = "partly_sunny"                         //	⛅
	Cloud_with_lightning_and_rain        = "cloud_with_lightning_and_rain"        //	⛈️
	Sun_behind_small_cloud               = "sun_behind_small_cloud"               //	🌤️
	Sun_behind_large_cloud               = "sun_behind_large_cloud"               //	🌥️
	Sun_behind_rain_cloud                = "sun_behind_rain_cloud"                //	🌦️
	Cloud_with_rain                      = "cloud_with_rain"                      //	🌧️
	Cloud_with_snow                      = "cloud_with_snow"                      //	🌨️
	Cloud_with_lightning                 = "cloud_with_lightning"                 //	🌩️
	Tornado                              = "tornado"                              //	🌪️
	Fog                                  = "fog"                                  //	🌫️
	Wind_face                            = "wind_face"                            //	🌬️
	Cyclone                              = "cyclone"                              //	🌀
	Rainbow                              = "rainbow"                              //	🌈
	Closed_umbrella                      = "closed_umbrella"                      //	🌂
	Open_umbrella                        = "open_umbrella"                        //	☂️
	Umbrella                             = "umbrella"                             //	☔
	Parasol_on_ground                    = "parasol_on_ground"                    //	⛱️
	Zap                                  = "zap"                                  //	⚡
	Snowflake                            = "snowflake"                            //	❄️
	Snowman_with_snow                    = "snowman_with_snow"                    //	☃️
	Snowman                              = "snowman"                              //	⛄
	Comet                                = "comet"                                //	☄️
	Fire                                 = "fire"                                 //	🔥
	Droplet                              = "droplet"                              //	💧
	Ocean                                = "ocean"                                //	🌊
	Jack_o_lantern                       = "jack_o_lantern"                       //	🎃
	Christmas_tree                       = "christmas_tree"                       //	🎄
	Fireworks                            = "fireworks"                            //	🎆
	Sparkler                             = "sparkler"                             //	🎇
	Firecracker                          = "firecracker"                          //	🧨
	Sparkles                             = "sparkles"                             //	✨
	Balloon                              = "balloon"                              //	🎈
	Tada                                 = "tada"                                 //	🎉
	Confetti_ball                        = "confetti_ball"                        //	🎊
	Tanabata_tree                        = "tanabata_tree"                        //	🎋
	Bamboo                               = "bamboo"                               //	🎍
	Dolls                                = "dolls"                                //	🎎
	Flags                                = "flags"                                //	🎏
	Wind_chime                           = "wind_chime"                           //	🎐
	Rice_scene                           = "rice_scene"                           //	🎑
	Red_envelope                         = "red_envelope"                         //	🧧
	Ribbon                               = "ribbon"                               //	🎀
	Gift                                 = "gift"                                 //	🎁
	Reminder_ribbon                      = "reminder_ribbon"                      //	🎗️
	Tickets                              = "tickets"                              //	🎟️
	Ticket                               = "ticket"                               //	🎫
	Medal_military                       = "medal_military"                       //	🎖️
	Trophy                               = "trophy"                               //	🏆
	Medal_sports                         = "medal_sports"                         //	🏅
	Firstplace_medal                     = "1st_place_medal"                      //	🥇
	Secondplace_medal                    = "2nd_place_medal"                      //	🥈
	ThirdPlace_medal                     = "3rd_place_medal"                      //	🥉
	Soccer                               = "soccer"                               //	⚽
	Baseball                             = "baseball"                             //	⚾
	Softball                             = "softball"                             //	🥎
	Basketball                           = "basketball"                           //	🏀
	Volleyball                           = "volleyball"                           //	🏐
	Football                             = "football"                             //	🏈
	Rugby_football                       = "rugby_football"                       //	🏉
	Tennis                               = "tennis"                               //	🎾
	Flying_disc                          = "flying_disc"                          //	🥏
	Bowling                              = "bowling"                              //	🎳
	Cricket_game                         = "cricket_game"                         //	🏏
	Field_hockey                         = "field_hockey"                         //	🏑
	Ice_hockey                           = "ice_hockey"                           //	🏒
	Lacrosse                             = "lacrosse"                             //	🥍
	Ping_pong                            = "ping_pong"                            //	🏓
	Badminton                            = "badminton"                            //	🏸
	Boxing_glove                         = "boxing_glove"                         //	🥊
	Martial_arts_uniform                 = "martial_arts_uniform"                 //	🥋
	Goal_net                             = "goal_net"                             //	🥅
	Golf                                 = "golf"                                 //	⛳
	Ice_skate                            = "ice_skate"                            //	⛸️
	Fishing_pole_and_fish                = "fishing_pole_and_fish"                //	🎣
	Diving_mask                          = "diving_mask"                          //	🤿
	Running_shirt_with_sash              = "running_shirt_with_sash"              //	🎽
	Ski                                  = "ski"                                  //	🎿
	Sled                                 = "sled"                                 //	🛷
	Curling_stone                        = "curling_stone"                        //	🥌
	Dart                                 = "dart"                                 //	🎯
	Yo_yo                                = "yo_yo"                                //	🪀
	Kite                                 = "kite"                                 //	🪁
	Eightball                            = "8ball"                                //	🎱
	Crystal_ball                         = "crystal_ball"                         //	🔮
	Magic_wand                           = "magic_wand"                           //	🪄
	Nazar_amulet                         = "nazar_amulet"                         //	🧿
	Video_game                           = "video_game"                           //	🎮
	Joystick                             = "joystick"                             //	🕹️
	Slot_machine                         = "slot_machine"                         //	🎰
	Game_die                             = "game_die"                             //	🎲
	Jigsaw                               = "jigsaw"                               //	🧩
	Teddy_bear                           = "teddy_bear"                           //	🧸
	Pinata                               = "pinata"                               //	🪅
	Nesting_dolls                        = "nesting_dolls"                        //	🪆
	Spades                               = "spades"                               //	♠️
	Hearts                               = "hearts"                               //	♥️
	Diamonds                             = "diamonds"                             //	♦️
	Clubs                                = "clubs"                                //	♣️
	Chess_pawn                           = "chess_pawn"                           //	♟️
	Black_joker                          = "black_joker"                          //	🃏
	Mahjong                              = "mahjong"                              //	🀄
	Flower_playing_cards                 = "flower_playing_cards"                 //	🎴
	Performing_arts                      = "performing_arts"                      //	🎭
	Framed_picture                       = "framed_picture"                       //	🖼️
	Art                                  = "art"                                  //	🎨
	Thread                               = "thread"                               //	🧵
	Sewing_needle                        = "sewing_needle"                        //	🪡
	Yarn                                 = "yarn"                                 //	🧶
	Knot                                 = "knot"                                 //	🪢
	Eyeglasses                           = "eyeglasses"                           //	👓
	Dark_sunglasses                      = "dark_sunglasses"                      //	🕶️
	Goggles                              = "goggles"                              //	🥽
	Lab_coat                             = "lab_coat"                             //	🥼
	Safety_vest                          = "safety_vest"                          //	🦺
	Necktie                              = "necktie"                              //	👔
	Shirt                                = "shirt"                                //	👕
	Jeans                                = "jeans"                                //	👖
	Scarf                                = "scarf"                                //	🧣
	Gloves                               = "gloves"                               //	🧤
	Coat                                 = "coat"                                 //	🧥
	Socks                                = "socks"                                //	🧦
	Dress                                = "dress"                                //	👗
	Kimono                               = "kimono"                               //	👘
	Sari                                 = "sari"                                 //	🥻
	One_piece_swimsuit                   = "one_piece_swimsuit"                   //	🩱
	Swim_brief                           = "swim_brief"                           //	🩲
	Shorts                               = "shorts"                               //	🩳
	Bikini                               = "bikini"                               //	👙
	Womans_clothes                       = "womans_clothes"                       //	👚
	Purse                                = "purse"                                //	👛
	Handbag                              = "handbag"                              //	👜
	Pouch                                = "pouch"                                //	👝
	Shopping                             = "shopping"                             //	🛍️
	School_satchel                       = "school_satchel"                       //	🎒
	Thong_sandal                         = "thong_sandal"                         //	🩴
	Mans_shoe                            = "mans_shoe"                            //	👞
	Athletic_shoe                        = "athletic_shoe"                        //	👟
	Hiking_boot                          = "hiking_boot"                          //	🥾
	Flat_shoe                            = "flat_shoe"                            //	🥿
	High_heel                            = "high_heel"                            //	👠
	Sandal                               = "sandal"                               //	👡
	Ballet_shoes                         = "ballet_shoes"                         //	🩰
	Boot                                 = "boot"                                 //	👢
	Crown                                = "crown"                                //	👑
	Womans_hat                           = "womans_hat"                           //	👒
	Tophat                               = "tophat"                               //	🎩
	Mortar_board                         = "mortar_board"                         //	🎓
	Billed_cap                           = "billed_cap"                           //	🧢
	Military_helmet                      = "military_helmet"                      //	🪖
	Rescue_worker_helmet                 = "rescue_worker_helmet"                 //	⛑️
	Prayer_beads                         = "prayer_beads"                         //	📿
	Lipstick                             = "lipstick"                             //	💄
	Ring                                 = "ring"                                 //	💍
	Gem                                  = "gem"                                  //	💎
	Mute                                 = "mute"                                 //	🔇
	Speaker                              = "speaker"                              //	🔈
	Sound                                = "sound"                                //	🔉
	Loud_sound                           = "loud_sound"                           //	🔊
	Loudspeaker                          = "loudspeaker"                          //	📢
	Mega                                 = "mega"                                 //	📣
	Postal_horn                          = "postal_horn"                          //	📯
	Bell                                 = "bell"                                 //	🔔
	No_bell                              = "no_bell"                              //	🔕
	Musical_score                        = "musical_score"                        //	🎼
	Musical_note                         = "musical_note"                         //	🎵
	Notes                                = "notes"                                //	🎶
	Studio_microphone                    = "studio_microphone"                    //	🎙️
	Level_slider                         = "level_slider"                         //	🎚️
	Control_knobs                        = "control_knobs"                        //	🎛️
	Microphone                           = "microphone"                           //	🎤
	Headphones                           = "headphones"                           //	🎧
	Radio                                = "radio"                                //	📻
	Saxophone                            = "saxophone"                            //	🎷
	Accordion                            = "accordion"                            //	🪗
	Guitar                               = "guitar"                               //	🎸
	Musical_keyboard                     = "musical_keyboard"                     //	🎹
	Trumpet                              = "trumpet"                              //	🎺
	Violin                               = "violin"                               //	🎻
	Banjo                                = "banjo"                                //	🪕
	Drum                                 = "drum"                                 //	🥁
	Long_drum                            = "long_drum"                            //	🪘
	Iphone                               = "iphone"                               //	📱
	Calling                              = "calling"                              //	📲
	Phone                                = "phone"                                //	☎️
	Telephone_receiver                   = "telephone_receiver"                   //	📞
	Pager                                = "pager"                                //	📟
	Fax                                  = "fax"                                  //	📠
	Battery                              = "battery"                              //	🔋
	Electric_plug                        = "electric_plug"                        //	🔌
	Computer                             = "computer"                             //	💻
	Desktop_computer                     = "desktop_computer"                     //	🖥️
	Printer                              = "printer"                              //	🖨️
	Keyboard                             = "keyboard"                             //	⌨️
	Computer_mouse                       = "computer_mouse"                       //	🖱️
	Trackball                            = "trackball"                            //	🖲️
	Minidisc                             = "minidisc"                             //	💽
	Floppy_disk                          = "floppy_disk"                          //	💾
	Cd                                   = "cd"                                   //	💿
	Dvd                                  = "dvd"                                  //	📀
	Abacus                               = "abacus"                               //	🧮
	Movie_camera                         = "movie_camera"                         //	🎥
	Film_strip                           = "film_strip"                           //	🎞️
	Film_projector                       = "film_projector"                       //	📽️
	Clapper                              = "clapper"                              //	🎬
	Tv                                   = "tv"                                   //	📺
	Camera                               = "camera"                               //	📷
	Camera_flash                         = "camera_flash"                         //	📸
	Video_camera                         = "video_camera"                         //	📹
	Vhs                                  = "vhs"                                  //	📼
	Mag                                  = "mag"                                  //	🔍
	Mag_right                            = "mag_right"                            //	🔎
	Candle                               = "candle"                               //	🕯️
	Bulb                                 = "bulb"                                 //	💡
	Flashlight                           = "flashlight"                           //	🔦
	Izakaya_lantern                      = "izakaya_lantern"                      //	🏮
	Diya_lamp                            = "diya_lamp"                            //	🪔
	Notebook_with_decorative_cover       = "notebook_with_decorative_cover"       //	📔
	Closed_book                          = "closed_book"                          //	📕
	Book                                 = "book"                                 //	📖
	Green_book                           = "green_book"                           //	📗
	Blue_book                            = "blue_book"                            //	📘
	Orange_book                          = "orange_book"                          //	📙
	Books                                = "books"                                //	📚
	Notebook                             = "notebook"                             //	📓
	Ledger                               = "ledger"                               //	📒
	Page_with_curl                       = "page_with_curl"                       //	📃
	Scroll                               = "scroll"                               //	📜
	Page_facing_up                       = "page_facing_up"                       //	📄
	Newspaper                            = "newspaper"                            //	📰
	Newspaper_roll                       = "newspaper_roll"                       //	🗞️
	Bookmark_tabs                        = "bookmark_tabs"                        //	📑
	Bookmark                             = "bookmark"                             //	🔖
	Label                                = "label"                                //	🏷️
	Moneybag                             = "moneybag"                             //	💰
	Coin                                 = "coin"                                 //	🪙
	Yen                                  = "yen"                                  //	💴
	Dollar                               = "dollar"                               //	💵
	Euro                                 = "euro"                                 //	💶
	Pound                                = "pound"                                //	💷
	Money_with_wings                     = "money_with_wings"                     //	💸
	Credit_card                          = "credit_card"                          //	💳
	Receipt                              = "receipt"                              //	🧾
	Chart                                = "chart"                                //	💹
	Envelope                             = "envelope"                             //	✉️
	Email                                = "email"                                //	📧
	Incoming_envelope                    = "incoming_envelope"                    //	📨
	Envelope_with_arrow                  = "envelope_with_arrow"                  //	📩
	Outbox_tray                          = "outbox_tray"                          //	📤
	Inbox_tray                           = "inbox_tray"                           //	📥
	Package                              = "package"                              //	📦
	Mailbox                              = "mailbox"                              //	📫
	Mailbox_closed                       = "mailbox_closed"                       //	📪
	Mailbox_with_mail                    = "mailbox_with_mail"                    //	📬
	Mailbox_with_no_mail                 = "mailbox_with_no_mail"                 //	📭
	Postbox                              = "postbox"                              //	📮
	Ballot_box                           = "ballot_box"                           //	🗳️
	Pencil2                              = "pencil2"                              //	✏️
	Black_nib                            = "black_nib"                            //	✒️
	Fountain_pen                         = "fountain_pen"                         //	🖋️
	Pen                                  = "pen"                                  //	🖊️
	Paintbrush                           = "paintbrush"                           //	🖌️
	Crayon                               = "crayon"                               //	🖍️
	Memo                                 = "memo"                                 //	📝
	Briefcase                            = "briefcase"                            //	💼
	File_folder                          = "file_folder"                          //	📁
	Open_file_folder                     = "open_file_folder"                     //	📂
	Card_index_dividers                  = "card_index_dividers"                  //	🗂️
	Date                                 = "date"                                 //	📅
	Calendar                             = "calendar"                             //	📆
	Spiral_notepad                       = "spiral_notepad"                       //	🗒️
	Spiral_calendar                      = "spiral_calendar"                      //	🗓️
	Card_index                           = "card_index"                           //	📇
	Chart_with_upwards_trend             = "chart_with_upwards_trend"             //	📈
	Chart_with_downwards_trend           = "chart_with_downwards_trend"           //	📉
	Bar_chart                            = "bar_chart"                            //	📊
	Clipboard                            = "clipboard"                            //	📋
	Pushpin                              = "pushpin"                              //	📌
	Round_pushpin                        = "round_pushpin"                        //	📍
	Paperclip                            = "paperclip"                            //	📎
	Paperclips                           = "paperclips"                           //	🖇️
	Straight_ruler                       = "straight_ruler"                       //	📏
	Triangular_ruler                     = "triangular_ruler"                     //	📐
	Scissors                             = "scissors"                             //	✂️
	Card_file_box                        = "card_file_box"                        //	🗃️
	File_cabinet                         = "file_cabinet"                         //	🗄️
	Wastebasket                          = "wastebasket"                          //	🗑️
	Lock                                 = "lock"                                 //	🔒
	Unlock                               = "unlock"                               //	🔓
	Lock_with_ink_pen                    = "lock_with_ink_pen"                    //	🔏
	Closed_lock_with_key                 = "closed_lock_with_key"                 //	🔐
	Key                                  = "key"                                  //	🔑
	Old_key                              = "old_key"                              //	🗝️
	Hammer                               = "hammer"                               //	🔨
	Axe                                  = "axe"                                  //	🪓
	Pick                                 = "pick"                                 //	⛏️
	Hammer_and_pick                      = "hammer_and_pick"                      //	⚒️
	Hammer_and_wrench                    = "hammer_and_wrench"                    //	🛠️
	Dagger                               = "dagger"                               //	🗡️
	Crossed_swords                       = "crossed_swords"                       //	⚔️
	Gun                                  = "gun"                                  //	🔫
	Boomerang                            = "boomerang"                            //	🪃
	Bow_and_arrow                        = "bow_and_arrow"                        //	🏹
	Shield                               = "shield"                               //	🛡️
	Carpentry_saw                        = "carpentry_saw"                        //	🪚
	Wrench                               = "wrench"                               //	🔧
	Screwdriver                          = "screwdriver"                          //	🪛
	Nut_and_bolt                         = "nut_and_bolt"                         //	🔩
	Gear                                 = "gear"                                 //	⚙️
	Clamp                                = "clamp"                                //	🗜️
	Balance_scale                        = "balance_scale"                        //	⚖️
	Probing_cane                         = "probing_cane"                         //	🦯
	Link                                 = "link"                                 //	🔗
	Chains                               = "chains"                               //	⛓️
	Hook                                 = "hook"                                 //	🪝
	Toolbox                              = "toolbox"                              //	🧰
	Magnet                               = "magnet"                               //	🧲
	Ladder                               = "ladder"                               //	🪜
	Alembic                              = "alembic"                              //	⚗️
	Test_tube                            = "test_tube"                            //	🧪
	Petri_dish                           = "petri_dish"                           //	🧫
	Dna                                  = "dna"                                  //	🧬
	Microscope                           = "microscope"                           //	🔬
	Telescope                            = "telescope"                            //	🔭
	Satellite                            = "satellite"                            //	📡
	Syringe                              = "syringe"                              //	💉
	Drop_of_blood                        = "drop_of_blood"                        //	🩸
	Pill                                 = "pill"                                 //	💊
	Adhesive_bandage                     = "adhesive_bandage"                     //	🩹
	Stethoscope                          = "stethoscope"                          //	🩺
	Door                                 = "door"                                 //	🚪
	Elevator                             = "elevator"                             //	🛗
	Mirror                               = "mirror"                               //	🪞
	Window                               = "window"                               //	🪟
	Bed                                  = "bed"                                  //	🛏️
	Couch_and_lamp                       = "couch_and_lamp"                       //	🛋️
	Chair                                = "chair"                                //	🪑
	Toilet                               = "toilet"                               //	🚽
	Plunger                              = "plunger"                              //	🪠
	Shower                               = "shower"                               //	🚿
	Bathtub                              = "bathtub"                              //	🛁
	Mouse_trap                           = "mouse_trap"                           //	🪤
	Razor                                = "razor"                                //	🪒
	Lotion_bottle                        = "lotion_bottle"                        //	🧴
	Safety_pin                           = "safety_pin"                           //	🧷
	Broom                                = "broom"                                //	🧹
	Basket                               = "basket"                               //	🧺
	Roll_of_paper                        = "roll_of_paper"                        //	🧻
	Bucket                               = "bucket"                               //	🪣
	Soap                                 = "soap"                                 //	🧼
	Toothbrush                           = "toothbrush"                           //	🪥
	Sponge                               = "sponge"                               //	🧽
	Fire_extinguisher                    = "fire_extinguisher"                    //	🧯
	Shopping_cart                        = "shopping_cart"                        //	🛒
	Smoking                              = "smoking"                              //	🚬
	Coffin                               = "coffin"                               //	⚰️
	Headstone                            = "headstone"                            //	🪦
	Funeral_urn                          = "funeral_urn"                          //	⚱️
	Moyai                                = "moyai"                                //	🗿
	Placard                              = "placard"                              //	🪧
	Atm                                  = "atm"                                  //	🏧
	Put_litter_in_its_place              = "put_litter_in_its_place"              //	🚮
	Potable_water                        = "potable_water"                        //	🚰
	Wheelchair                           = "wheelchair"                           //	♿
	Mens                                 = "mens"                                 //	🚹
	Womens                               = "womens"                               //	🚺
	Restroom                             = "restroom"                             //	🚻
	Baby_symbol                          = "baby_symbol"                          //	🚼
	Wc                                   = "wc"                                   //	🚾
	Passport_control                     = "passport_control"                     //	🛂
	Customs                              = "customs"                              //	🛃
	Baggage_claim                        = "baggage_claim"                        //	🛄
	Left_luggage                         = "left_luggage"                         //	🛅
	Warning                              = "warning"                              //	⚠️
	Children_crossing                    = "children_crossing"                    //	🚸
	No_entry                             = "no_entry"                             //	⛔
	No_entry_sign                        = "no_entry_sign"                        //	🚫
	No_bicycles                          = "no_bicycles"                          //	🚳
	No_smoking                           = "no_smoking"                           //	🚭
	Do_not_litter                        = "do_not_litter"                        //	🚯
	NonPotableWater                      = "non-potable_water"                    //	🚱
	No_pedestrians                       = "no_pedestrians"                       //	🚷
	No_mobile_phones                     = "no_mobile_phones"                     //	📵
	Underage                             = "underage"                             //	🔞
	Radioactive                          = "radioactive"                          //	☢️
	Biohazard                            = "biohazard"                            //	☣️
	Arrow_up                             = "arrow_up"                             //	⬆️
	Arrow_upper_right                    = "arrow_upper_right"                    //	↗️
	Arrow_right                          = "arrow_right"                          //	➡️
	Arrow_lower_right                    = "arrow_lower_right"                    //	↘️
	Arrow_down                           = "arrow_down"                           //	⬇️
	Arrow_lower_left                     = "arrow_lower_left"                     //	↙️
	Arrow_left                           = "arrow_left"                           //	⬅️
	Arrow_upper_left                     = "arrow_upper_left"                     //	↖️
	Arrow_up_down                        = "arrow_up_down"                        //	↕️
	Left_right_arrow                     = "left_right_arrow"                     //	↔️
	Leftwards_arrow_with_hook            = "leftwards_arrow_with_hook"            //	↩️
	Arrow_right_hook                     = "arrow_right_hook"                     //	↪️
	Arrow_heading_up                     = "arrow_heading_up"                     //	⤴️
	Arrow_heading_down                   = "arrow_heading_down"                   //	⤵️
	Arrows_clockwise                     = "arrows_clockwise"                     //	🔃
	Arrows_counterclockwise              = "arrows_counterclockwise"              //	🔄
	Back                                 = "back"                                 //	🔙
	End                                  = "end"                                  //	🔚
	On                                   = "on"                                   //	🔛
	Soon                                 = "soon"                                 //	🔜
	Top                                  = "top"                                  //	🔝
	Place_of_worship                     = "place_of_worship"                     //	🛐
	Atom_symbol                          = "atom_symbol"                          //	⚛️
	Om                                   = "om"                                   //	🕉️
	Star_of_david                        = "star_of_david"                        //	✡️
	Wheel_of_dharma                      = "wheel_of_dharma"                      //	☸️
	Yin_yang                             = "yin_yang"                             //	☯️
	Latin_cross                          = "latin_cross"                          //	✝️
	Orthodox_cross                       = "orthodox_cross"                       //	☦️
	Star_and_crescent                    = "star_and_crescent"                    //	☪️
	Peace_symbol                         = "peace_symbol"                         //	☮️
	Menorah                              = "menorah"                              //	🕎
	Six_pointed_star                     = "six_pointed_star"                     //	🔯
	Aries                                = "aries"                                //	♈
	Taurus                               = "taurus"                               //	♉
	Gemini                               = "gemini"                               //	♊
	Cancer                               = "cancer"                               //	♋
	Leo                                  = "leo"                                  //	♌
	Virgo                                = "virgo"                                //	♍
	Libra                                = "libra"                                //	♎
	Scorpius                             = "scorpius"                             //	♏
	Sagittarius                          = "sagittarius"                          //	♐
	Capricorn                            = "capricorn"                            //	♑
	Aquarius                             = "aquarius"                             //	♒
	Pisces                               = "pisces"                               //	♓
	Ophiuchus                            = "ophiuchus"                            //	⛎
	Twisted_rightwards_arrows            = "twisted_rightwards_arrows"            //	🔀
	Repeat                               = "repeat"                               //	🔁
	Repeat_one                           = "repeat_one"                           //	🔂
	Arrow_forward                        = "arrow_forward"                        //	▶️
	Fast_forward                         = "fast_forward"                         //	⏩
	Next_track_button                    = "next_track_button"                    //	⏭️
	Play_or_pause_button                 = "play_or_pause_button"                 //	⏯️
	Arrow_backward                       = "arrow_backward"                       //	◀️
	Rewind                               = "rewind"                               //	⏪
	Previous_track_button                = "previous_track_button"                //	⏮️
	Arrow_up_small                       = "arrow_up_small"                       //	🔼
	Arrow_double_up                      = "arrow_double_up"                      //	⏫
	Arrow_down_small                     = "arrow_down_small"                     //	🔽
	Arrow_double_down                    = "arrow_double_down"                    //	⏬
	Pause_button                         = "pause_button"                         //	⏸️
	Stop_button                          = "stop_button"                          //	⏹️
	Record_button                        = "record_button"                        //	⏺️
	Eject_button                         = "eject_button"                         //	⏏️
	Cinema                               = "cinema"                               //	🎦
	Low_brightness                       = "low_brightness"                       //	🔅
	High_brightness                      = "high_brightness"                      //	🔆
	Signal_strength                      = "signal_strength"                      //	📶
	Vibration_mode                       = "vibration_mode"                       //	📳
	Mobile_phone_off                     = "mobile_phone_off"                     //	📴
	Female_sign                          = "female_sign"                          //	♀️
	Male_sign                            = "male_sign"                            //	♂️
	Transgender_symbol                   = "transgender_symbol"                   //	⚧️
	Heavy_multiplication_x               = "heavy_multiplication_x"               //	✖️
	Heavy_plus_sign                      = "heavy_plus_sign"                      //	➕
	Heavy_minus_sign                     = "heavy_minus_sign"                     //	➖
	Heavy_division_sign                  = "heavy_division_sign"                  //	➗
	Infinity                             = "infinity"                             //	♾️
	Bangbang                             = "bangbang"                             //	‼️
	Interrobang                          = "interrobang"                          //	⁉️
	Question                             = "question"                             //	❓
	Grey_question                        = "grey_question"                        //	❔
	Grey_exclamation                     = "grey_exclamation"                     //	❕
	Exclamation                          = "exclamation"                          //	❗
	Wavy_dash                            = "wavy_dash"                            //	〰️
	Currency_exchange                    = "currency_exchange"                    //	💱
	Heavy_dollar_sign                    = "heavy_dollar_sign"                    //	💲
	Medical_symbol                       = "medical_symbol"                       //	⚕️
	Recycle                              = "recycle"                              //	♻️
	Fleur_de_lis                         = "fleur_de_lis"                         //	⚜️
	Trident                              = "trident"                              //	🔱
	Name_badge                           = "name_badge"                           //	📛
	Beginner                             = "beginner"                             //	🔰
	O                                    = "o"                                    //	⭕
	White_check_mark                     = "white_check_mark"                     //	✅
	Ballot_box_with_check                = "ballot_box_with_check"                //	☑️
	Heavy_check_mark                     = "heavy_check_mark"                     //	✔️
	X                                    = "x"                                    //	❌
	Negative_squared_cross_mark          = "negative_squared_cross_mark"          //	❎
	Curly_loop                           = "curly_loop"                           //	➰
	Loop                                 = "loop"                                 //	➿
	Part_alternation_mark                = "part_alternation_mark"                //	〽️
	Eight_spoked_asterisk                = "eight_spoked_asterisk"                //	✳️
	Eight_pointed_black_star             = "eight_pointed_black_star"             //	✴️
	Sparkle                              = "sparkle"                              //	❇️
	Copyright                            = "copyright"                            //	©️
	Registered                           = "registered"                           //	®️
	Tm                                   = "tm"                                   //	™️
	Hash                                 = "hash"                                 //	#️⃣
	Asterisk                             = "asterisk"                             //	*️⃣
	Zero                                 = "zero"                                 //	0️⃣
	One                                  = "one"                                  //	1️⃣
	Two                                  = "two"                                  //	2️⃣
	Three                                = "three"                                //	3️⃣
	Four                                 = "four"                                 //	4️⃣
	Five                                 = "five"                                 //	5️⃣
	Six                                  = "six"                                  //	6️⃣
	Seven                                = "seven"                                //	7️⃣
	Eight                                = "eight"                                //	8️⃣
	Nine                                 = "nine"                                 //	9️⃣
	Keycap_ten                           = "keycap_ten"                           //	🔟
	Capital_abcd                         = "capital_abcd"                         //	🔠
	Abcd                                 = "abcd"                                 //	🔡
	OneTwoThreeFour                      = "1234"                                 //	🔢
	Symbols                              = "symbols"                              //	🔣
	Abc                                  = "abc"                                  //	🔤
	A                                    = "a"                                    //	🅰️
	Ab                                   = "ab"                                   //	🆎
	B                                    = "b"                                    //	🅱️
	Cl                                   = "cl"                                   //	🆑
	Cool                                 = "cool"                                 //	🆒
	Free                                 = "free"                                 //	🆓
	Information_source                   = "information_source"                   //	ℹ️
	Id                                   = "id"                                   //	🆔
	M                                    = "m"                                    //	Ⓜ️
	New                                  = "new"                                  //	🆕
	Ng                                   = "ng"                                   //	🆖
	O2                                   = "o2"                                   //	🅾️
	Ok                                   = "ok"                                   //	🆗
	Parking                              = "parking"                              //	🅿️
	Sos                                  = "sos"                                  //	🆘
	Up                                   = "up"                                   //	🆙
	Vs                                   = "vs"                                   //	🆚
	Koko                                 = "koko"                                 //	🈁
	Sa                                   = "sa"                                   //	🈂️
	U6708                                = "u6708"                                //	🈷️
	U6709                                = "u6709"                                //	🈶
	U6307                                = "u6307"                                //	🈯
	Ideograph_advantage                  = "ideograph_advantage"                  //	🉐
	U5272                                = "u5272"                                //	🈹
	U7121                                = "u7121"                                //	🈚
	U7981                                = "u7981"                                //	🈲
	Accept                               = "accept"                               //	🉑
	U7533                                = "u7533"                                //	🈸
	U5408                                = "u5408"                                //	🈴
	U7a7a                                = "u7a7a"                                //	🈳
	Congratulations                      = "congratulations"                      //	㊗️
	Secret                               = "secret"                               //	㊙️
	U55b6                                = "u55b6"                                //	🈺
	U6e80                                = "u6e80"                                //	🈵
	Red_circle                           = "red_circle"                           //	🔴
	Orange_circle                        = "orange_circle"                        //	🟠
	Yellow_circle                        = "yellow_circle"                        //	🟡
	Green_circle                         = "green_circle"                         //	🟢
	Large_blue_circle                    = "large_blue_circle"                    //	🔵
	Purple_circle                        = "purple_circle"                        //	🟣
	Brown_circle                         = "brown_circle"                         //	🟤
	Black_circle                         = "black_circle"                         //	⚫
	White_circle                         = "white_circle"                         //	⚪
	Red_square                           = "red_square"                           //	🟥
	Orange_square                        = "orange_square"                        //	🟧
	Yellow_square                        = "yellow_square"                        //	🟨
	Green_square                         = "green_square"                         //	🟩
	Blue_square                          = "blue_square"                          //	🟦
	Purple_square                        = "purple_square"                        //	🟪
	Brown_square                         = "brown_square"                         //	🟫
	Black_large_square                   = "black_large_square"                   //	⬛
	White_large_square                   = "white_large_square"                   //	⬜
	Black_medium_square                  = "black_medium_square"                  //	◼️
	White_medium_square                  = "white_medium_square"                  //	◻️
	Black_medium_small_square            = "black_medium_small_square"            //	◾
	White_medium_small_square            = "white_medium_small_square"            //	◽
	Black_small_square                   = "black_small_square"                   //	▪️
	White_small_square                   = "white_small_square"                   //	▫️
	Large_orange_diamond                 = "large_orange_diamond"                 //	🔶
	Large_blue_diamond                   = "large_blue_diamond"                   //	🔷
	Small_orange_diamond                 = "small_orange_diamond"                 //	🔸
	Small_blue_diamond                   = "small_blue_diamond"                   //	🔹
	Small_red_triangle                   = "small_red_triangle"                   //	🔺
	Small_red_triangle_down              = "small_red_triangle_down"              //	🔻
	Diamond_shape_with_a_dot_inside      = "diamond_shape_with_a_dot_inside"      //	💠
	Radio_button                         = "radio_button"                         //	🔘
	White_square_button                  = "white_square_button"                  //	🔳
	Black_square_button                  = "black_square_button"                  //	🔲
	Checkered_flag                       = "checkered_flag"                       //	🏁
	Triangular_flag_on_post              = "triangular_flag_on_post"              //	🚩
	Crossed_flags                        = "crossed_flags"                        //	🎌
	Black_flag                           = "black_flag"                           //	🏴
	White_flag                           = "white_flag"                           //	🏳️
	Rainbow_flag                         = "rainbow_flag"                         //	🏳️‍🌈
	Transgender_flag                     = "transgender_flag"                     //	🏳️‍⚧️
	Pirate_flag                          = "pirate_flag"                          //	🏴‍☠️
	Ascension_island                     = "ascension_island"                     //	🇦🇨
	Andorra                              = "andorra"                              //	🇦🇩
	United_arab_emirates                 = "united_arab_emirates"                 //	🇦🇪
	Afghanistan                          = "afghanistan"                          //	🇦🇫
	Antigua_barbuda                      = "antigua_barbuda"                      //	🇦🇬
	Anguilla                             = "anguilla"                             //	🇦🇮
	Albania                              = "albania"                              //	🇦🇱
	Armenia                              = "armenia"                              //	🇦🇲
	Angola                               = "angola"                               //	🇦🇴
	Antarctica                           = "antarctica"                           //	🇦🇶
	Argentina                            = "argentina"                            //	🇦🇷
	American_samoa                       = "american_samoa"                       //	🇦🇸
	Austria                              = "austria"                              //	🇦🇹
	Australia                            = "australia"                            //	🇦🇺
	Aruba                                = "aruba"                                //	🇦🇼
	Aland_islands                        = "aland_islands"                        //	🇦🇽
	Azerbaijan                           = "azerbaijan"                           //	🇦🇿
	Bosnia_herzegovina                   = "bosnia_herzegovina"                   //	🇧🇦
	Barbados                             = "barbados"                             //	🇧🇧
	Bangladesh                           = "bangladesh"                           //	🇧🇩
	Belgium                              = "belgium"                              //	🇧🇪
	Burkina_faso                         = "burkina_faso"                         //	🇧🇫
	Bulgaria                             = "bulgaria"                             //	🇧🇬
	Bahrain                              = "bahrain"                              //	🇧🇭
	Burundi                              = "burundi"                              //	🇧🇮
	Benin                                = "benin"                                //	🇧🇯
	St_barthelemy                        = "st_barthelemy"                        //	🇧🇱
	Bermuda                              = "bermuda"                              //	🇧🇲
	Brunei                               = "brunei"                               //	🇧🇳
	Bolivia                              = "bolivia"                              //	🇧🇴
	Caribbean_netherlands                = "caribbean_netherlands"                //	🇧🇶
	Brazil                               = "brazil"                               //	🇧🇷
	Bahamas                              = "bahamas"                              //	🇧🇸
	Bhutan                               = "bhutan"                               //	🇧🇹
	Bouvet_island                        = "bouvet_island"                        //	🇧🇻
	Botswana                             = "botswana"                             //	🇧🇼
	Belarus                              = "belarus"                              //	🇧🇾
	Belize                               = "belize"                               //	🇧🇿
	Canada                               = "canada"                               //	🇨🇦
	Cocos_islands                        = "cocos_islands"                        //	🇨🇨
	Congo_kinshasa                       = "congo_kinshasa"                       //	🇨🇩
	Central_african_republic             = "central_african_republic"             //	🇨🇫
	Congo_brazzaville                    = "congo_brazzaville"                    //	🇨🇬
	Switzerland                          = "switzerland"                          //	🇨🇭
	Cote_divoire                         = "cote_divoire"                         //	🇨🇮
	Cook_islands                         = "cook_islands"                         //	🇨🇰
	Chile                                = "chile"                                //	🇨🇱
	Cameroon                             = "cameroon"                             //	🇨🇲
	Cn                                   = "cn"                                   //	🇨🇳
	Colombia                             = "colombia"                             //	🇨🇴
	Clipperton_island                    = "clipperton_island"                    //	🇨🇵
	Costa_rica                           = "costa_rica"                           //	🇨🇷
	Cuba                                 = "cuba"                                 //	🇨🇺
	Cape_verde                           = "cape_verde"                           //	🇨🇻
	Curacao                              = "curacao"                              //	🇨🇼
	Christmas_island                     = "christmas_island"                     //	🇨🇽
	Cyprus                               = "cyprus"                               //	🇨🇾
	Czech_republic                       = "czech_republic"                       //	🇨🇿
	De                                   = "de"                                   //	🇩🇪
	Diego_garcia                         = "diego_garcia"                         //	🇩🇬
	Djibouti                             = "djibouti"                             //	🇩🇯
	Denmark                              = "denmark"                              //	🇩🇰
	Dominica                             = "dominica"                             //	🇩🇲
	Dominican_republic                   = "dominican_republic"                   //	🇩🇴
	Algeria                              = "algeria"                              //	🇩🇿
	Ceuta_melilla                        = "ceuta_melilla"                        //	🇪🇦
	Ecuador                              = "ecuador"                              //	🇪🇨
	Estonia                              = "estonia"                              //	🇪🇪
	Egypt                                = "egypt"                                //	🇪🇬
	Western_sahara                       = "western_sahara"                       //	🇪🇭
	Eritrea                              = "eritrea"                              //	🇪🇷
	Es                                   = "es"                                   //	🇪🇸
	Ethiopia                             = "ethiopia"                             //	🇪🇹
	Eu                                   = "eu"                                   //	🇪🇺
	Finland                              = "finland"                              //	🇫🇮
	Fiji                                 = "fiji"                                 //	🇫🇯
	Falkland_islands                     = "falkland_islands"                     //	🇫🇰
	Micronesia                           = "micronesia"                           //	🇫🇲
	Faroe_islands                        = "faroe_islands"                        //	🇫🇴
	Fr                                   = "fr"                                   //	🇫🇷
	Gabon                                = "gabon"                                //	🇬🇦
	Gb                                   = "gb"                                   //	🇬🇧
	Grenada                              = "grenada"                              //	🇬🇩
	Georgia                              = "georgia"                              //	🇬🇪
	French_guiana                        = "french_guiana"                        //	🇬🇫
	Guernsey                             = "guernsey"                             //	🇬🇬
	Ghana                                = "ghana"                                //	🇬🇭
	Gibraltar                            = "gibraltar"                            //	🇬🇮
	Greenland                            = "greenland"                            //	🇬🇱
	Gambia                               = "gambia"                               //	🇬🇲
	Guinea                               = "guinea"                               //	🇬🇳
	Guadeloupe                           = "guadeloupe"                           //	🇬🇵
	Equatorial_guinea                    = "equatorial_guinea"                    //	🇬🇶
	Greece                               = "greece"                               //	🇬🇷
	South_georgia_south_sandwich_islands = "south_georgia_south_sandwich_islands" //	🇬🇸
	Guatemala                            = "guatemala"                            //	🇬🇹
	Guam                                 = "guam"                                 //	🇬🇺
	Guinea_bissau                        = "guinea_bissau"                        //	🇬🇼
	Guyana                               = "guyana"                               //	🇬🇾
	Hong_kong                            = "hong_kong"                            //	🇭🇰
	Heard_mcdonald_islands               = "heard_mcdonald_islands"               //	🇭🇲
	Honduras                             = "honduras"                             //	🇭🇳
	Croatia                              = "croatia"                              //	🇭🇷
	Haiti                                = "haiti"                                //	🇭🇹
	Hungary                              = "hungary"                              //	🇭🇺
	Canary_islands                       = "canary_islands"                       //	🇮🇨
	Indonesia                            = "indonesia"                            //	🇮🇩
	Ireland                              = "ireland"                              //	🇮🇪
	Israel                               = "israel"                               //	🇮🇱
	Isle_of_man                          = "isle_of_man"                          //	🇮🇲
	India                                = "india"                                //	🇮🇳
	British_indian_ocean_territory       = "british_indian_ocean_territory"       //	🇮🇴
	Iraq                                 = "iraq"                                 //	🇮🇶
	Iran                                 = "iran"                                 //	🇮🇷
	Iceland                              = "iceland"                              //	🇮🇸
	It                                   = "it"                                   //	🇮🇹
	Jersey                               = "jersey"                               //	🇯🇪
	Jamaica                              = "jamaica"                              //	🇯🇲
	Jordan                               = "jordan"                               //	🇯🇴
	Jp                                   = "jp"                                   //	🇯🇵
	Kenya                                = "kenya"                                //	🇰🇪
	Kyrgyzstan                           = "kyrgyzstan"                           //	🇰🇬
	Cambodia                             = "cambodia"                             //	🇰🇭
	Kiribati                             = "kiribati"                             //	🇰🇮
	Comoros                              = "comoros"                              //	🇰🇲
	St_kitts_nevis                       = "st_kitts_nevis"                       //	🇰🇳
	North_korea                          = "north_korea"                          //	🇰🇵
	Kr                                   = "kr"                                   //	🇰🇷
	Kuwait                               = "kuwait"                               //	🇰🇼
	Cayman_islands                       = "cayman_islands"                       //	🇰🇾
	Kazakhstan                           = "kazakhstan"                           //	🇰🇿
	Laos                                 = "laos"                                 //	🇱🇦
	Lebanon                              = "lebanon"                              //	🇱🇧
	St_lucia                             = "st_lucia"                             //	🇱🇨
	Liechtenstein                        = "liechtenstein"                        //	🇱🇮
	Sri_lanka                            = "sri_lanka"                            //	🇱🇰
	Liberia                              = "liberia"                              //	🇱🇷
	Lesotho                              = "lesotho"                              //	🇱🇸
	Lithuania                            = "lithuania"                            //	🇱🇹
	Luxembourg                           = "luxembourg"                           //	🇱🇺
	Latvia                               = "latvia"                               //	🇱🇻
	Libya                                = "libya"                                //	🇱🇾
	Morocco                              = "morocco"                              //	🇲🇦
	Monaco                               = "monaco"                               //	🇲🇨
	Moldova                              = "moldova"                              //	🇲🇩
	Montenegro                           = "montenegro"                           //	🇲🇪
	St_martin                            = "st_martin"                            //	🇲🇫
	Madagascar                           = "madagascar"                           //	🇲🇬
	Marshall_islands                     = "marshall_islands"                     //	🇲🇭
	Macedonia                            = "macedonia"                            //	🇲🇰
	Mali                                 = "mali"                                 //	🇲🇱
	Myanmar                              = "myanmar"                              //	🇲🇲
	Mongolia                             = "mongolia"                             //	🇲🇳
	Macau                                = "macau"                                //	🇲🇴
	Northern_mariana_islands             = "northern_mariana_islands"             //	🇲🇵
	Martinique                           = "martinique"                           //	🇲🇶
	Mauritania                           = "mauritania"                           //	🇲🇷
	Montserrat                           = "montserrat"                           //	🇲🇸
	Malta                                = "malta"                                //	🇲🇹
	Mauritius                            = "mauritius"                            //	🇲🇺
	Maldives                             = "maldives"                             //	🇲🇻
	Malawi                               = "malawi"                               //	🇲🇼
	Mexico                               = "mexico"                               //	🇲🇽
	Malaysia                             = "malaysia"                             //	🇲🇾
	Mozambique                           = "mozambique"                           //	🇲🇿
	Namibia                              = "namibia"                              //	🇳🇦
	New_caledonia                        = "new_caledonia"                        //	🇳🇨
	Niger                                = "niger"                                //	🇳🇪
	Norfolk_island                       = "norfolk_island"                       //	🇳🇫
	Nigeria                              = "nigeria"                              //	🇳🇬
	Nicaragua                            = "nicaragua"                            //	🇳🇮
	Netherlands                          = "netherlands"                          //	🇳🇱
	Norway                               = "norway"                               //	🇳🇴
	Nepal                                = "nepal"                                //	🇳🇵
	Nauru                                = "nauru"                                //	🇳🇷
	Niue                                 = "niue"                                 //	🇳🇺
	New_zealand                          = "new_zealand"                          //	🇳🇿
	Oman                                 = "oman"                                 //	🇴🇲
	Panama                               = "panama"                               //	🇵🇦
	Peru                                 = "peru"                                 //	🇵🇪
	French_polynesia                     = "french_polynesia"                     //	🇵🇫
	Papua_new_guinea                     = "papua_new_guinea"                     //	🇵🇬
	Philippines                          = "philippines"                          //	🇵🇭
	Pakistan                             = "pakistan"                             //	🇵🇰
	Poland                               = "poland"                               //	🇵🇱
	St_pierre_miquelon                   = "st_pierre_miquelon"                   //	🇵🇲
	Pitcairn_islands                     = "pitcairn_islands"                     //	🇵🇳
	Puerto_rico                          = "puerto_rico"                          //	🇵🇷
	Palestinian_territories              = "palestinian_territories"              //	🇵🇸
	Portugal                             = "portugal"                             //	🇵🇹
	Palau                                = "palau"                                //	🇵🇼
	Paraguay                             = "paraguay"                             //	🇵🇾
	Qatar                                = "qatar"                                //	🇶🇦
	Reunion                              = "reunion"                              //	🇷🇪
	Romania                              = "romania"                              //	🇷🇴
	Serbia                               = "serbia"                               //	🇷🇸
	Ru                                   = "ru"                                   //	🇷🇺
	Rwanda                               = "rwanda"                               //	🇷🇼
	Saudi_arabia                         = "saudi_arabia"                         //	🇸🇦
	Solomon_islands                      = "solomon_islands"                      //	🇸🇧
	Seychelles                           = "seychelles"                           //	🇸🇨
	Sudan                                = "sudan"                                //	🇸🇩
	Sweden                               = "sweden"                               //	🇸🇪
	Singapore                            = "singapore"                            //	🇸🇬
	St_helena                            = "st_helena"                            //	🇸🇭
	Slovenia                             = "slovenia"                             //	🇸🇮
	Svalbard_jan_mayen                   = "svalbard_jan_mayen"                   //	🇸🇯
	Slovakia                             = "slovakia"                             //	🇸🇰
	Sierra_leone                         = "sierra_leone"                         //	🇸🇱
	San_marino                           = "san_marino"                           //	🇸🇲
	Senegal                              = "senegal"                              //	🇸🇳
	Somalia                              = "somalia"                              //	🇸🇴
	Suriname                             = "suriname"                             //	🇸🇷
	South_sudan                          = "south_sudan"                          //	🇸🇸
	Sao_tome_principe                    = "sao_tome_principe"                    //	🇸🇹
	El_salvador                          = "el_salvador"                          //	🇸🇻
	Sint_maarten                         = "sint_maarten"                         //	🇸🇽
	Syria                                = "syria"                                //	🇸🇾
	Swaziland                            = "swaziland"                            //	🇸🇿
	Tristan_da_cunha                     = "tristan_da_cunha"                     //	🇹🇦
	Turks_caicos_islands                 = "turks_caicos_islands"                 //	🇹🇨
	Chad                                 = "chad"                                 //	🇹🇩
	French_southern_territories          = "french_southern_territories"          //	🇹🇫
	Togo                                 = "togo"                                 //	🇹🇬
	Thailand                             = "thailand"                             //	🇹🇭
	Tajikistan                           = "tajikistan"                           //	🇹🇯
	Tokelau                              = "tokelau"                              //	🇹🇰
	Timor_leste                          = "timor_leste"                          //	🇹🇱
	Turkmenistan                         = "turkmenistan"                         //	🇹🇲
	Tunisia                              = "tunisia"                              //	🇹🇳
	Tonga                                = "tonga"                                //	🇹🇴
	Tr                                   = "tr"                                   //	🇹🇷
	Trinidad_tobago                      = "trinidad_tobago"                      //	🇹🇹
	Tuvalu                               = "tuvalu"                               //	🇹🇻
	Taiwan                               = "taiwan"                               //	🇹🇼
	Tanzania                             = "tanzania"                             //	🇹🇿
	Ukraine                              = "ukraine"                              //	🇺🇦
	Uganda                               = "uganda"                               //	🇺🇬
	Us_outlying_islands                  = "us_outlying_islands"                  //	🇺🇲
	United_nations                       = "united_nations"                       //	🇺🇳
	Us                                   = "us"                                   //	🇺🇸
	Uruguay                              = "uruguay"                              //	🇺🇾
	Uzbekistan                           = "uzbekistan"                           //	🇺🇿
	Vatican_city                         = "vatican_city"                         //	🇻🇦
	St_vincent_grenadines                = "st_vincent_grenadines"                //	🇻🇨
	Venezuela                            = "venezuela"                            //	🇻🇪
	British_virgin_islands               = "british_virgin_islands"               //	🇻🇬
	Us_virgin_islands                    = "us_virgin_islands"                    //	🇻🇮
	Vietnam                              = "vietnam"                              //	🇻🇳
	Vanuatu                              = "vanuatu"                              //	🇻🇺
	Wallis_futuna                        = "wallis_futuna"                        //	🇼🇫
	Samoa                                = "samoa"                                //	🇼🇸
	Kosovo                               = "kosovo"                               //	🇽🇰
	Yemen                                = "yemen"                                //	🇾🇪
	Mayotte                              = "mayotte"                              //	🇾🇹
	South_africa                         = "south_africa"                         //	🇿🇦
	Zambia                               = "zambia"                               //	🇿🇲
	Zimbabwe                             = "zimbabwe"                             //	🇿🇼
	England                              = "england"                              //	🏴󠁧󠁢󠁥󠁮󠁧󠁿
	Scotland                             = "scotland"                             //	🏴󠁧󠁢󠁳󠁣󠁴󠁿
	Wales                                = "wales"                                // 	🏴󠁧󠁢󠁷󠁬󠁳󠁿
)

The enormous list of emojis supported by ntfy

Variables

View Source
var (
	ErrNoServer = errors.New("server is nil")
	ErrNoTopic  = errors.New("topic is nil")
)

Functions

This section is empty.

Types

type ActionButton

type ActionButton interface {
	// contains filtered or unexported methods
}

type ActionButtonType

type ActionButtonType byte

ActionButtonType specifies all the currently supported action buttons that you can use for a notification

const (
	UnspecifiedAction ActionButtonType = iota
	View
	HTTP
	Broadcast
)

type HttpAction

type HttpAction[X comparable] struct {
	Label   string            `json:"label"`   //  string  -  Open garage door  Label of the action button in the notification
	URL     *url.URL          `json:"url"`     //  string  -  https://ntfy.sh/mytopic  URL to which the HTTP request will be sent
	Method  string            `json:"method"`  //  GET/POST/PUT/...  POST GET  HTTP method to use for request, default is POST ⚠️
	Headers map[string]string `json:"headers"` // map of strings  -  see above  HTTP headers to pass in request. When publishing as JSON, headers are passed as a map. When the simple format is used, use headers.<header1>=<value>.
	Body    X                 `json:"body"`    //  string  empty  some body, somebody?  HTTP body
	Clear   bool              `json:"clear"`   //  boolean  false  true  Clear notification after HTTP request succeeds. If the request fails, the notification is not cleared.
}

HttpAction allows attaching an HTTP request action to a notification

func (*HttpAction[X]) MarshalJSON

func (h *HttpAction[X]) MarshalJSON() ([]byte, error)

type Message

type Message struct {
	Topic    string         `json:"topic"`              // Target topic name
	Message  string         `json:"message,omitempty"`  // Message body; set to triggered if empty or not passed
	Title    string         `json:"title,omitempty"`    // Message title
	Tags     []string       `json:"tags,omitempty"`     // List of tags that may or not map to emojis
	Priority Priority       `json:"priority,omitempty"` // Message priority with 1=min, 3=default and 5=max
	Actions  []ActionButton `json:"actions,omitempty"`  // Custom user action buttons for notifications
	ClickURL *url.URL       `json:"click,omitempty"`    // Website opened when notification is clicked
	IconURL  *url.URL       `json:"icon,omitempty"`     // URL to use as notification icon
	Delay    time.Duration  `json:"delay,omitempty"`    // Duration to delay delivery
	Email    string         `json:"email,omitempty"`    // E-mail address for e-mail notifications
	Call     string         `json:"call,omitempty"`     // Phone number to use for voice call

	AttachURLFilename string   `json:"filename,omitempty"`  // File name of the attachment
	AttachURL         *url.URL `json:"attachurl,omitempty"` // URL of an attachment
}

Message is a struct you can create from TopicPublisher that will publish a message to the specified topic. This method does not allow for attaching files to the notification, but it can post a link to an attachment

func (*Message) MarshalJSON

func (m *Message) MarshalJSON() ([]byte, error)

type Priority

type Priority int8

Priority is an enum for the message priority

const (
	UnspecifiedPriority Priority = iota
	Min
	Low
	Default
	High
	Max
)

type PublishResp

type PublishResp struct {
	ID      string `json:"id"`      // :"bUhbhgmmbeW0"
	Time    int    `json:"time"`    // :1685150791
	Expires int    `json:"expires"` // :1685193991
	Event   string `json:"event"`   // :"message"
	Topic   string `json:"topic"`   // :"Server"
	Message string `json:"message"` // :"triggered"
}

type Publisher added in v0.0.9

type Publisher struct {
	Headers http.Header
	// contains filtered or unexported fields
}

Publisher creates messages for topics

func NewPublisher added in v0.0.9

func NewPublisher(server *url.URL, httpClient *http.Client) (*Publisher, error)

NewPublisher creates a topic publisher for the specified server URL, and uses the supplied HTTP client to resolve the request

func (*Publisher) SendMessage added in v0.0.9

func (t *Publisher) SendMessage(ctx context.Context, m *Message) (*PublishResp, error)

type ViewAction

type ViewAction struct {
	Label string
	Link  *url.URL
	Clear bool
}

func (*ViewAction) MarshalJSON

func (v *ViewAction) MarshalJSON() ([]byte, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL