pub trait Webhook: Sized { fn meta() -> Vec<MetaWebhook>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where A: Allocator, ; fn register(registry: &mut Registry); }
impl<A> Write for Vec<u8, A> where A: Allocator,
Represents a webhook object.
Gets metadata of this webhooks object.
Register some types to the registry.