1
0
telegram/utils_video.go

6 lines
89 B
Go
Raw Normal View History

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