github.com/gotd/td/tg.StoriesStartLiveRequest.Entities (field)
12 uses
github.com/gotd/td/tg (current package)
tl_stories_start_live_gen.go#L61: Entities []MessageEntityClass
tl_stories_start_live_gen.go#L109: if !(s.Entities == nil) {
tl_stories_start_live_gen.go#L159: s.Entities = val
tl_stories_start_live_gen.go#L262: if !(s.Entities == nil) {
tl_stories_start_live_gen.go#L301: b.PutVectorHeader(len(s.Entities))
tl_stories_start_live_gen.go#L302: for idx, v := range s.Entities {
tl_stories_start_live_gen.go#L375: s.Entities = make([]MessageEntityClass, 0, headerLen%bin.PreallocateLimit)
tl_stories_start_live_gen.go#L382: s.Entities = append(s.Entities, value)
tl_stories_start_live_gen.go#L512: s.Entities = value
tl_stories_start_live_gen.go#L524: return s.Entities, true
tl_stories_start_live_gen.go#L584: return MessageEntityClassArray(s.Entities), 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. |