github.com/gotd/td/tg.StickerSet.InstalledDate (field)
8 uses
github.com/gotd/td/tg (current package)
tl_sticker_set_gen.go#L66: InstalledDate int
tl_sticker_set_gen.go#L146: if !(s.InstalledDate == 0) {
tl_sticker_set_gen.go#L223: s.InstalledDate = val
tl_sticker_set_gen.go#L392: if !(s.InstalledDate == 0) {
tl_sticker_set_gen.go#L428: b.PutInt(s.InstalledDate)
tl_sticker_set_gen.go#L493: s.InstalledDate = value
tl_sticker_set_gen.go#L733: s.InstalledDate = value
tl_sticker_set_gen.go#L745: return s.InstalledDate, 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. |