thumbnails property

List<Thumbnail>? thumbnails
final

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

Implementation

final List<Thumbnail>? thumbnails;