Type Alias github_webhook::payload_types::GithubAppAuthorizationEvent
source · pub type GithubAppAuthorizationEvent<'a> = GithubAppAuthorizationRevokedEvent<'a>;
Aliased Type§
struct GithubAppAuthorizationEvent<'a> {
pub sender: User<'a>,
}
Fields§
§sender: User<'a>