github.com/gotd/td/tg.BotsPreviewInfo.LangCodes (field)
9 uses
github.com/gotd/td/tg (current package)
tl_bots_preview_info_gen.go#L52: LangCodes []string
tl_bots_preview_info_gen.go#L73: if !(p.LangCodes == nil) {
tl_bots_preview_info_gen.go#L95: p.LangCodes = from.GetLangCodes()
tl_bots_preview_info_gen.go#L153: b.PutVectorHeader(len(p.LangCodes))
tl_bots_preview_info_gen.go#L154: for _, v := range p.LangCodes {
tl_bots_preview_info_gen.go#L200: p.LangCodes = make([]string, 0, headerLen%bin.PreallocateLimit)
tl_bots_preview_info_gen.go#L207: p.LangCodes = append(p.LangCodes, value)
tl_bots_preview_info_gen.go#L226: return p.LangCodes
![]() |
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. |