8 lines
95 B
Go
8 lines
95 B
Go
package objects
|
|
|
|
type EmbedFooter struct {
|
|
Text string
|
|
IconUrl string
|
|
ProxyIconUrl string
|
|
}
|