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

9 uses

	github.com/gotd/td/tg (current package)
		tl_chat_full_gen.go#L1150: 	BotInfo []BotInfo
		tl_chat_full_gen.go#L1387: 	if !(c.BotInfo == nil) {
		tl_chat_full_gen.go#L1571: 	c.BotInfo = from.GetBotInfo()
		tl_chat_full_gen.go#L2124: 	b.PutVectorHeader(len(c.BotInfo))
		tl_chat_full_gen.go#L2125: 	for idx, v := range c.BotInfo {
		tl_chat_full_gen.go#L2373: 			c.BotInfo = make([]BotInfo, 0, headerLen%bin.PreallocateLimit)
		tl_chat_full_gen.go#L2380: 			c.BotInfo = append(c.BotInfo, value)
		tl_chat_full_gen.go#L2996: 	return c.BotInfo