1
0
telegram/utils_document.go

6 lines
92 B
Go
Raw Normal View History

2018-08-15 13:26:07 +00:00
package telegram
func (d *Document) HasThumb() bool {
return d != nil && d.Thumb != nil
}