github.com/gotd/td/tg.StoriesSendStoryRequest.Entities (field)
12 uses
github.com/gotd/td/tg (current package)
tl_stories_send_story_gen.go#L82: Entities []MessageEntityClass
tl_stories_send_story_gen.go#L147: if !(s.Entities == nil) {
tl_stories_send_story_gen.go#L208: s.Entities = val
tl_stories_send_story_gen.go#L332: if !(s.Entities == nil) {
tl_stories_send_story_gen.go#L391: b.PutVectorHeader(len(s.Entities))
tl_stories_send_story_gen.go#L392: for idx, v := range s.Entities {
tl_stories_send_story_gen.go#L497: s.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
tl_stories_send_story_gen.go#L504: s.Entities = append(s.Entities, value)
tl_stories_send_story_gen.go#L667: s.Entities = value
tl_stories_send_story_gen.go#L679: return s.Entities, true
tl_stories_send_story_gen.go#L765: return MessageEntityClassArray(s.Entities), 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. |