You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could we add support to specifically unset/delete all attachments?
Something like so:
func (m *Message) UnsetAllAttachedFiles() {
m.attachments = nil //
}
The text was updated successfully, but these errors were encountered:
Could we add support to specifically unset/delete all attachments?
Something like so:
func (m *Message) UnsetAllAttachedFiles() {
m.attachments = nil //
}
The text was updated successfully, but these errors were encountered: