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

11 uses

	github.com/gotd/td/tg (current package)
		tl_chat_full_gen.go#L82: 	BotInfo []BotInfo
		tl_chat_full_gen.go#L195: 	if !(c.BotInfo == nil) {
		tl_chat_full_gen.go#L280: 		c.BotInfo = val
		tl_chat_full_gen.go#L465: 	if !(c.BotInfo == nil) {
		tl_chat_full_gen.go#L546: 		b.PutVectorHeader(len(c.BotInfo))
		tl_chat_full_gen.go#L547: 		for idx, v := range c.BotInfo {
		tl_chat_full_gen.go#L675: 			c.BotInfo = make([]BotInfo, 0, headerLen%bin.PreallocateLimit)
		tl_chat_full_gen.go#L682: 			c.BotInfo = append(c.BotInfo, value)
		tl_chat_full_gen.go#L896: 	c.BotInfo = value
		tl_chat_full_gen.go#L908: 	return c.BotInfo, true