github.com/gotd/td/tg.UpdateShortSentMessage.Out (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_updates_gen.go#L2436: 	Out bool
		tl_updates_gen.go#L2495: 	if !(u.Out == false) {
		tl_updates_gen.go#L2543: 	u.Out = from.GetOut()
		tl_updates_gen.go#L2627: 	if !(u.Out == false) {
		tl_updates_gen.go#L2709: 	u.Out = u.Flags.Has(1)
		tl_updates_gen.go#L2776: 		u.Out = true
		tl_updates_gen.go#L2779: 		u.Out = false

	github.com/gotd/td/telegram/internal/upconv
		upconv.go#L111: 	msg.SetOut(u.Out)