1//! Models used when sending data to Discord. 2 3pub mod attachment; 4pub mod channel_position; 5pub mod interaction; 6pub mod permission_overwrite;