thumbnails property

List<Thumbnail>? thumbnails
getter/setter pair

Represents the thumbnail information of image file. To make thumbnail of image when you send it, please refer to BaseChannelMessage.sendFileMessage.

Implementation

List<Thumbnail>? thumbnails;