github.com/gotd/td/tg.AttachMenuBot.PeerTypes (field)
12 uses
github.com/gotd/td/tg (current package)
tl_attach_menu_bot_gen.go#L81: PeerTypes []AttachMenuPeerTypeClass
tl_attach_menu_bot_gen.go#L129: if !(a.PeerTypes == nil) {
tl_attach_menu_bot_gen.go#L170: a.PeerTypes = val
tl_attach_menu_bot_gen.go#L270: if !(a.PeerTypes == nil) {
tl_attach_menu_bot_gen.go#L296: b.PutVectorHeader(len(a.PeerTypes))
tl_attach_menu_bot_gen.go#L297: for idx, v := range a.PeerTypes {
tl_attach_menu_bot_gen.go#L363: a.PeerTypes = make([]AttachMenuPeerTypeClass, 0, headerLen%bin.PreallocateLimit)
tl_attach_menu_bot_gen.go#L370: a.PeerTypes = append(a.PeerTypes, value)
tl_attach_menu_bot_gen.go#L526: a.PeerTypes = value
tl_attach_menu_bot_gen.go#L538: return a.PeerTypes, true
tl_attach_menu_bot_gen.go#L554: return AttachMenuPeerTypeClassArray(a.PeerTypes), 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. |