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

8 uses

	github.com/gotd/td/tg (current package)
		tl_peer_settings_gen.go#L85: 	RequestChatTitle string
		tl_peer_settings_gen.go#L145: 	if !(p.RequestChatTitle == "") {
		tl_peer_settings_gen.go#L193: 		p.RequestChatTitle = val
		tl_peer_settings_gen.go#L321: 	if !(p.RequestChatTitle == "") {
		tl_peer_settings_gen.go#L351: 		b.PutString(p.RequestChatTitle)
		tl_peer_settings_gen.go#L401: 		p.RequestChatTitle = value
		tl_peer_settings_gen.go#L605: 	p.RequestChatTitle = value
		tl_peer_settings_gen.go#L617: 	return p.RequestChatTitle, true