github.com/gotd/td/tg.AicomposeTones.Users (field)
10 uses
github.com/gotd/td/tg (current package)
tl_aicompose_tones_gen.go#L144: Users []UserClass
tl_aicompose_tones_gen.go#L173: if !(t.Users == nil) {
tl_aicompose_tones_gen.go#L197: t.Users = from.GetUsers()
tl_aicompose_tones_gen.go#L263: b.PutVectorHeader(len(t.Users))
tl_aicompose_tones_gen.go#L264: for idx, v := range t.Users {
tl_aicompose_tones_gen.go#L322: t.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
tl_aicompose_tones_gen.go#L329: t.Users = append(t.Users, value)
tl_aicompose_tones_gen.go#L356: return t.Users
tl_aicompose_tones_gen.go#L366: return UserClassArray(t.Users)
![]() |
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. |