github.com/gotd/td/tg.Channel.StoriesMaxID (field)
8 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L1154: StoriesMaxID int
tl_chat_gen.go#L1307: if !(c.StoriesMaxID == 0) {
tl_chat_gen.go#L1438: c.StoriesMaxID = val
tl_chat_gen.go#L1777: if !(c.StoriesMaxID == 0) {
tl_chat_gen.go#L1865: b.PutInt(c.StoriesMaxID)
tl_chat_gen.go#L2043: c.StoriesMaxID = value
tl_chat_gen.go#L2688: c.StoriesMaxID = value
tl_chat_gen.go#L2700: return c.StoriesMaxID, 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. |