github.com/gotd/td/tg.UpdateShortMessage.Mentioned (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_updates_gen.go#L159: 	Mentioned bool
		tl_updates_gen.go#L240: 	if !(u.Mentioned == false) {
		tl_updates_gen.go#L314: 	u.Mentioned = from.GetMentioned()
		tl_updates_gen.go#L446: 	if !(u.Mentioned == false) {
		tl_updates_gen.go#L551: 	u.Mentioned = u.Flags.Has(4)
		tl_updates_gen.go#L665: 		u.Mentioned = true
		tl_updates_gen.go#L668: 		u.Mentioned = false

	github.com/gotd/td/telegram/internal/upconv
		upconv.go#L59: 	msg.SetMentioned(u.Mentioned)