@@ -65,6 +65,7 @@ pub fn print_ranking() {
6565 ( "GuildBanAddEvent" , std:: mem:: size_of :: < GuildBanAddEvent > ( ) ) ,
6666 ( "GuildBanRemoveEvent" , std:: mem:: size_of :: < GuildBanRemoveEvent > ( ) ) ,
6767 ( "GuildChannel" , std:: mem:: size_of :: < GuildChannel > ( ) ) ,
68+ ( "GuildThread" , std:: mem:: size_of :: < GuildThread > ( ) ) ,
6869 ( "GuildCreateEvent" , std:: mem:: size_of :: < GuildCreateEvent > ( ) ) ,
6970 ( "GuildDeleteEvent" , std:: mem:: size_of :: < GuildDeleteEvent > ( ) ) ,
7071 ( "GuildEmojisUpdateEvent" , std:: mem:: size_of :: < GuildEmojisUpdateEvent > ( ) ) ,
@@ -131,10 +132,12 @@ pub fn print_ranking() {
131132 ( "ModalInteraction" , std:: mem:: size_of :: < ModalInteraction > ( ) ) ,
132133 ( "ModalInteractionData" , std:: mem:: size_of :: < ModalInteractionData > ( ) ) ,
133134 ( "AuditLogEntryOptions" , std:: mem:: size_of :: < AuditLogEntryOptions > ( ) ) ,
134- ( "PartialChannel" , std:: mem:: size_of :: < PartialChannel > ( ) ) ,
135+ ( "GenericInteractionChannel" , std:: mem:: size_of :: < GenericInteractionChannel > ( ) ) ,
136+ ( "InteractionChannel" , std:: mem:: size_of :: < InteractionChannel > ( ) ) ,
137+ ( "InteractionGuildThread" , std:: mem:: size_of :: < InteractionGuildThread > ( ) ) ,
135138 ( "PartialCurrentApplicationInfo" , std:: mem:: size_of :: < PartialCurrentApplicationInfo > ( ) ) ,
136139 ( "PartialGuild" , std:: mem:: size_of :: < PartialGuild > ( ) ) ,
137- ( "PartialGuildChannel " , std:: mem:: size_of :: < PartialGuildChannel > ( ) ) ,
140+ ( "PartialGuildThread " , std:: mem:: size_of :: < PartialGuildThread > ( ) ) ,
138141 ( "PartialMember" , std:: mem:: size_of :: < PartialMember > ( ) ) ,
139142 ( "PermissionOverwrite" , std:: mem:: size_of :: < PermissionOverwrite > ( ) ) ,
140143 ( "Permissions" , std:: mem:: size_of :: < Permissions > ( ) ) ,
0 commit comments