github.com/gotd/td/tg.AccountChatThemes.Users (field)
10 uses
github.com/gotd/td/tg (current package)
tl_account_chat_themes_gen.go#L157: Users []UserClass
tl_account_chat_themes_gen.go#L196: if !(c.Users == nil) {
tl_account_chat_themes_gen.go#L226: c.Users = from.GetUsers()
tl_account_chat_themes_gen.go#L325: b.PutVectorHeader(len(c.Users))
tl_account_chat_themes_gen.go#L326: for idx, v := range c.Users {
tl_account_chat_themes_gen.go#L409: c.Users = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
tl_account_chat_themes_gen.go#L416: c.Users = append(c.Users, value)
tl_account_chat_themes_gen.go#L458: return c.Users
tl_account_chat_themes_gen.go#L491: return UserClassArray(c.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. |