github.com/gotd/td/tg.InputMediaUploadedDocument.Stickers (field)
12 uses
github.com/gotd/td/tg (current package)
tl_input_media_gen.go#L1090: Stickers []InputDocumentClass
tl_input_media_gen.go#L1141: if !(i.Stickers == nil) {
tl_input_media_gen.go#L1183: i.Stickers = val
tl_input_media_gen.go#L1275: if !(i.Stickers == nil) {
tl_input_media_gen.go#L1326: b.PutVectorHeader(len(i.Stickers))
tl_input_media_gen.go#L1327: for idx, v := range i.Stickers {
tl_input_media_gen.go#L1411: i.Stickers = make([]InputDocumentClass, 0, headerLen%bin.PreallocateLimit)
tl_input_media_gen.go#L1418: i.Stickers = append(i.Stickers, value)
tl_input_media_gen.go#L1533: i.Stickers = value
tl_input_media_gen.go#L1545: return i.Stickers, true
tl_input_media_gen.go#L1576: return InputDocumentClassArray(i.Stickers), 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. |