github.com/gotd/td/tg.BotAppSettings.PlaceholderPath (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_bot_app_settings_gen.go#L53: 	PlaceholderPath []byte
		tl_bot_app_settings_gen.go#L90: 	if !(b.PlaceholderPath == nil) {
		tl_bot_app_settings_gen.go#L127: 		b.PlaceholderPath = val
		tl_bot_app_settings_gen.go#L202: 	if !(b.PlaceholderPath == nil) {
		tl_bot_app_settings_gen.go#L238: 		buf.PutBytes(b.PlaceholderPath)
		tl_bot_app_settings_gen.go#L281: 		b.PlaceholderPath = value
		tl_bot_app_settings_gen.go#L317: 	b.PlaceholderPath = value
		tl_bot_app_settings_gen.go#L329: 	return b.PlaceholderPath, true