5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 13:42:30 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumGiphy.go

31 lines
1.1 KiB
Go
Raw Normal View History

2020-09-04 21:29:13 +00:00
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// GiphyRatingType undocumented
type GiphyRatingType string
const (
// GiphyRatingTypeVStrict undocumented
GiphyRatingTypeVStrict GiphyRatingType = "strict"
// GiphyRatingTypeVModerate undocumented
GiphyRatingTypeVModerate GiphyRatingType = "moderate"
// GiphyRatingTypeVUnknownFutureValue undocumented
GiphyRatingTypeVUnknownFutureValue GiphyRatingType = "unknownFutureValue"
)
var (
// GiphyRatingTypePStrict is a pointer to GiphyRatingTypeVStrict
GiphyRatingTypePStrict = &_GiphyRatingTypePStrict
// GiphyRatingTypePModerate is a pointer to GiphyRatingTypeVModerate
GiphyRatingTypePModerate = &_GiphyRatingTypePModerate
// GiphyRatingTypePUnknownFutureValue is a pointer to GiphyRatingTypeVUnknownFutureValue
GiphyRatingTypePUnknownFutureValue = &_GiphyRatingTypePUnknownFutureValue
)
var (
_GiphyRatingTypePStrict = GiphyRatingTypeVStrict
_GiphyRatingTypePModerate = GiphyRatingTypeVModerate
_GiphyRatingTypePUnknownFutureValue = GiphyRatingTypeVUnknownFutureValue
)