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

10 uses

	github.com/gotd/td/tg (current package)
		tl_channels_admin_log_results_gen.go#L42: 	Chats []ChatClass
		tl_channels_admin_log_results_gen.go#L65: 	if !(a.Chats == nil) {
		tl_channels_admin_log_results_gen.go#L91: 	a.Chats = from.GetChats()
		tl_channels_admin_log_results_gen.go#L154: 	b.PutVectorHeader(len(a.Chats))
		tl_channels_admin_log_results_gen.go#L155: 	for idx, v := range a.Chats {
		tl_channels_admin_log_results_gen.go#L215: 			a.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
		tl_channels_admin_log_results_gen.go#L222: 			a.Chats = append(a.Chats, value)
		tl_channels_admin_log_results_gen.go#L258: 	return a.Chats
		tl_channels_admin_log_results_gen.go#L271: 	return ChatClassArray(a.Chats)