github.com/gotd/td/tg.ChannelAdminLogEventActionChangeUsernames.NewValue (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L5552: 	NewValue []string
		tl_channel_admin_log_event_action_gen.go#L5580: 	if !(c.NewValue == nil) {
		tl_channel_admin_log_event_action_gen.go#L5602: 	c.NewValue = from.GetNewValue()
		tl_channel_admin_log_event_action_gen.go#L5658: 	b.PutVectorHeader(len(c.NewValue))
		tl_channel_admin_log_event_action_gen.go#L5659: 	for _, v := range c.NewValue {
		tl_channel_admin_log_event_action_gen.go#L5705: 			c.NewValue = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_channel_admin_log_event_action_gen.go#L5712: 			c.NewValue = append(c.NewValue, value)
		tl_channel_admin_log_event_action_gen.go#L5731: 	return c.NewValue