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

11 uses

	github.com/gotd/td/tg (current package)
		tl_chat_full_gen.go#L78: 	BotInfo []BotInfo
		tl_chat_full_gen.go#L183: 	if !(c.BotInfo == nil) {
		tl_chat_full_gen.go#L264: 		c.BotInfo = val
		tl_chat_full_gen.go#L440: 	if !(c.BotInfo == nil) {
		tl_chat_full_gen.go#L518: 		b.PutVectorHeader(len(c.BotInfo))
		tl_chat_full_gen.go#L519: 		for idx, v := range c.BotInfo {
		tl_chat_full_gen.go#L641: 			c.BotInfo = make([]BotInfo, 0, headerLen%bin.PreallocateLimit)
		tl_chat_full_gen.go#L648: 			c.BotInfo = append(c.BotInfo, value)
		tl_chat_full_gen.go#L853: 	c.BotInfo = value
		tl_chat_full_gen.go#L865: 	return c.BotInfo, true