github.com/gotd/td/tg.Channel.Usernames (field)
11 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L1147: Usernames []Username
tl_chat_gen.go#L1304: if !(c.Usernames == nil) {
tl_chat_gen.go#L1434: c.Usernames = val
tl_chat_gen.go#L1774: if !(c.Usernames == nil) {
tl_chat_gen.go#L1857: b.PutVectorHeader(len(c.Usernames))
tl_chat_gen.go#L1858: for idx, v := range c.Usernames {
tl_chat_gen.go#L2028: c.Usernames = make([]Username, 0, headerLen%bin.PreallocateLimit)
tl_chat_gen.go#L2035: c.Usernames = append(c.Usernames, value)
tl_chat_gen.go#L2670: c.Usernames = value
tl_chat_gen.go#L2682: return c.Usernames, true
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. |