pub type NewBulkReplyResponseContent = BulkReplyDraft;Aliased Type§
pub struct NewBulkReplyResponseContent {
pub content: String,
pub entries: Vec<BulkReplyEntry>,
}Fields§
§content: StringThe prefilled body — the name tag when every thread is on the same account.
entries: Vec<BulkReplyEntry>