github.com/gotd/td/tg.EmojiList.DocumentID (field)
9 uses
github.com/gotd/td/tg (current package)
tl_emoji_list_gen.go#L153: DocumentID []int64
tl_emoji_list_gen.go#L179: if !(e.DocumentID == nil) {
tl_emoji_list_gen.go#L201: e.DocumentID = from.GetDocumentID()
tl_emoji_list_gen.go#L254: b.PutVectorHeader(len(e.DocumentID))
tl_emoji_list_gen.go#L255: for _, v := range e.DocumentID {
tl_emoji_list_gen.go#L291: e.DocumentID = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_emoji_list_gen.go#L298: e.DocumentID = append(e.DocumentID, value)
tl_emoji_list_gen.go#L317: return e.DocumentID
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. |