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#L1476: if !(c.Usernames == nil) {
tl_chat_gen.go#L1632: c.Usernames = val
tl_chat_gen.go#L2048: if !(c.Usernames == nil) {
tl_chat_gen.go#L2143: b.PutVectorHeader(len(c.Usernames))
tl_chat_gen.go#L2144: for idx, v := range c.Usernames {
tl_chat_gen.go#L2339: c.Usernames = make([]Username, 0, headerLen%bin.PreallocateLimit)
tl_chat_gen.go#L2346: c.Usernames = append(c.Usernames, value)
tl_chat_gen.go#L3106: c.Usernames = value
tl_chat_gen.go#L3118: 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. |