mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 11:00:27 +00:00
31 lines
1.1 KiB
Go
31 lines
1.1 KiB
Go
// 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
|
|
)
|