github.com/gotd/td/tg.Channel.Usernames (field)
11 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L1252: Usernames []Username
tl_chat_gen.go#L1480: if !(c.Usernames == nil) {
tl_chat_gen.go#L1640: c.Usernames = val
tl_chat_gen.go#L2065: if !(c.Usernames == nil) {
tl_chat_gen.go#L2163: b.PutVectorHeader(len(c.Usernames))
tl_chat_gen.go#L2164: for idx, v := range c.Usernames {
tl_chat_gen.go#L2362: c.Usernames = make([]Username, 0, headerLen%bin.PreallocateLimit)
tl_chat_gen.go#L2369: c.Usernames = append(c.Usernames, value)
tl_chat_gen.go#L3136: c.Usernames = value
tl_chat_gen.go#L3148: return c.Usernames, true
![]() |
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. |