attachments property
final
IDs of the ChatItems' Attachments to be forwarded.
null
means all the ChatItem's Attachments will be forwarded, if any.- [] (empty list) means no Attachments, only the text will be forwarded.
Implementation
final List<AttachmentId>? attachments;