github.com/gotd/td/tg.Message.SetMentioned (method)

3 uses

	github.com/gotd/td/tg (current package)
		tl_message_gen.go#L1210: func (m *Message) SetMentioned(value bool) {

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