github.com/gotd/td/tg.BotInfo.AppSettings (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_bot_info_gen.go#L89: 	AppSettings BotAppSettings
		tl_bot_info_gen.go#L142: 	if !(b.AppSettings.Zero()) {
		tl_bot_info_gen.go#L204: 		b.AppSettings = val
		tl_bot_info_gen.go#L316: 	if !(b.AppSettings.Zero()) {
		tl_bot_info_gen.go#L384: 		if err := b.AppSettings.Encode(buf); err != nil {
		tl_bot_info_gen.go#L478: 		if err := b.AppSettings.Decode(buf); err != nil {
		tl_bot_info_gen.go#L638: 	b.AppSettings = value
		tl_bot_info_gen.go#L650: 	return b.AppSettings, true