github.com/gotd/td/tg.ChannelFull.BotInfo (field)
9 uses
github.com/gotd/td/tg (current package)
tl_chat_full_gen.go#L1252: BotInfo []BotInfo
tl_chat_full_gen.go#L1592: if !(c.BotInfo == nil) {
tl_chat_full_gen.go#L1826: c.BotInfo = from.GetBotInfo()
tl_chat_full_gen.go#L2543: b.PutVectorHeader(len(c.BotInfo))
tl_chat_full_gen.go#L2544: for idx, v := range c.BotInfo {
tl_chat_full_gen.go#L2838: c.BotInfo = make([]BotInfo, 0, headerLen%bin.PreallocateLimit)
tl_chat_full_gen.go#L2845: c.BotInfo = append(c.BotInfo, value)
tl_chat_full_gen.go#L3655: return c.BotInfo
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |