github.com/gotd/td/tg.ChannelsAdminLogResults.Events (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_channels_admin_log_results_gen.go#L40: 	Events []ChannelAdminLogEvent
		tl_channels_admin_log_results_gen.go#L62: 	if !(a.Events == nil) {
		tl_channels_admin_log_results_gen.go#L90: 	a.Events = from.GetEvents()
		tl_channels_admin_log_results_gen.go#L148: 	b.PutVectorHeader(len(a.Events))
		tl_channels_admin_log_results_gen.go#L149: 	for idx, v := range a.Events {
		tl_channels_admin_log_results_gen.go#L198: 			a.Events = make([]ChannelAdminLogEvent, 0, headerLen%bin.PreallocateLimit)
		tl_channels_admin_log_results_gen.go#L205: 			a.Events = append(a.Events, value)
		tl_channels_admin_log_results_gen.go#L250: 	return a.Events