github.com/gotd/td/tg.InputMediaUploadedDocument.Stickers (field)
12 uses
github.com/gotd/td/tg (current package)
tl_input_media_gen.go#L1270: Stickers []InputDocumentClass
tl_input_media_gen.go#L1329: if !(i.Stickers == nil) {
tl_input_media_gen.go#L1379: i.Stickers = val
tl_input_media_gen.go#L1489: if !(i.Stickers == nil) {
tl_input_media_gen.go#L1546: b.PutVectorHeader(len(i.Stickers))
tl_input_media_gen.go#L1547: for idx, v := range i.Stickers {
tl_input_media_gen.go#L1642: i.Stickers = make([]InputDocumentClass, 0, headerLen%bin.PreallocateLimit)
tl_input_media_gen.go#L1649: i.Stickers = append(i.Stickers, value)
tl_input_media_gen.go#L1778: i.Stickers = value
tl_input_media_gen.go#L1790: return i.Stickers, true
tl_input_media_gen.go#L1857: return InputDocumentClassArray(i.Stickers), true
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |