birdbot/core/channel.go

8 lines
87 B
Go
Raw Normal View History

package core
type Channel struct {
Name string
ID string
Verified bool
}