github.com/gotd/td/tg.PremiumMyBoosts.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_premium_my_boosts_gen.go#L46: Chats []ChatClass
tl_premium_my_boosts_gen.go#L69: if !(m.Chats == nil) {
tl_premium_my_boosts_gen.go#L95: m.Chats = from.GetChats()
tl_premium_my_boosts_gen.go#L158: b.PutVectorHeader(len(m.Chats))
tl_premium_my_boosts_gen.go#L159: for idx, v := range m.Chats {
tl_premium_my_boosts_gen.go#L219: m.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_premium_my_boosts_gen.go#L226: m.Chats = append(m.Chats, value)
tl_premium_my_boosts_gen.go#L262: return m.Chats
tl_premium_my_boosts_gen.go#L275: return ChatClassArray(m.Chats)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |