github.com/gotd/td/tg.InputReplyToMessage.QuoteEntities (field)
12 uses
github.com/gotd/td/tg (current package)
tl_input_reply_to_gen.go#L69: QuoteEntities []MessageEntityClass
tl_input_reply_to_gen.go#L114: if !(i.QuoteEntities == nil) {
tl_input_reply_to_gen.go#L156: i.QuoteEntities = val
tl_input_reply_to_gen.go#L232: if !(i.QuoteEntities == nil) {
tl_input_reply_to_gen.go#L274: b.PutVectorHeader(len(i.QuoteEntities))
tl_input_reply_to_gen.go#L275: for idx, v := range i.QuoteEntities {
tl_input_reply_to_gen.go#L346: i.QuoteEntities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
tl_input_reply_to_gen.go#L353: i.QuoteEntities = append(i.QuoteEntities, value)
tl_input_reply_to_gen.go#L431: i.QuoteEntities = value
tl_input_reply_to_gen.go#L443: return i.QuoteEntities, true
tl_input_reply_to_gen.go#L469: return MessageEntityClassArray(i.QuoteEntities), 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. |