github.com/gotd/td/tg.PeerSettings.RequestChatTitle (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_peer_settings_gen.go#L101: 	RequestChatTitle string
		tl_peer_settings_gen.go#L210: 	if !(p.RequestChatTitle == "") {
		tl_peer_settings_gen.go#L290: 		p.RequestChatTitle = val
		tl_peer_settings_gen.go#L497: 	if !(p.RequestChatTitle == "") {
		tl_peer_settings_gen.go#L548: 		b.PutString(p.RequestChatTitle)
		tl_peer_settings_gen.go#L621: 		p.RequestChatTitle = value
		tl_peer_settings_gen.go#L912: 	p.RequestChatTitle = value
		tl_peer_settings_gen.go#L924: 	return p.RequestChatTitle, true