소스 검색

Add `Available` field to Emoji struct (#676)

recapitalverb 5 년 전
부모
커밋
d19be02e42
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      structs.go

+ 1 - 0
structs.go

@@ -286,6 +286,7 @@ type Emoji struct {
 	Managed       bool     `json:"managed"`
 	RequireColons bool     `json:"require_colons"`
 	Animated      bool     `json:"animated"`
+	Available     bool     `json:"available"`
 }
 
 // MessageFormat returns a correctly formatted Emoji for use in Message content and embeds