github.com/gotd/td/tg.Channel.StoriesHidden (field)
7 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L1088: StoriesHidden bool
tl_chat_gen.go#L1262: if !(c.StoriesHidden == false) {
tl_chat_gen.go#L1398: c.StoriesHidden = from.GetStoriesHidden()
tl_chat_gen.go#L1744: if !(c.StoriesHidden == false) {
tl_chat_gen.go#L1937: c.StoriesHidden = c.Flags2.Has(1)
tl_chat_gen.go#L2456: c.StoriesHidden = true
tl_chat_gen.go#L2459: c.StoriesHidden = false
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. |