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#L5542: 	NewValue []string
		tl_channel_admin_log_event_action_gen.go#L5570: 	if !(c.NewValue == nil) {
		tl_channel_admin_log_event_action_gen.go#L5592: 	c.NewValue = from.GetNewValue()
		tl_channel_admin_log_event_action_gen.go#L5648: 	b.PutVectorHeader(len(c.NewValue))
		tl_channel_admin_log_event_action_gen.go#L5649: 	for _, v := range c.NewValue {
		tl_channel_admin_log_event_action_gen.go#L5695: 			c.NewValue = make([]string, 0, headerLen%bin.PreallocateLimit)
		tl_channel_admin_log_event_action_gen.go#L5702: 			c.NewValue = append(c.NewValue, value)
		tl_channel_admin_log_event_action_gen.go#L5721: 	return c.NewValue