1
0
telegram/utils_video_note.go

6 lines
96 B
Go
Raw Normal View History

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